how the error can be showed in the jsp page in struts?
Answers were Sorted based on User's Feedback
Answer / durgesh kumar jha
Using Fielderror and actionerror tag we can show error
on jsp page:
<s:fielderror></s:fielderror>
<s:actionerror/>
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sreekar reddy vanguru
we can use Validation Framework as plugin to sturts,using
which we can display the error on the jsp
Is This Answer Correct ? | 3 Yes | 7 No |
What is purpose of execandwait interceptor?
Can we have multiple struts config files in a single web app?
What is the purpose of @key?
What is Custom Type Converter in Struts2?
What’s the utilization of struts.xml configuration file?
Describe the two types of formbeans.
Can you explain the directory structure for a struts folder in brief ?
What is the purpose of interceptors?
What is token used for?
What are the reasons for an error message not being displayed while developing struts application?
What is struts xml?
What is struts2 framework?