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 the purpose of @typeconversion annotation annotation?
what is difference between <bean:write> and <bean: message> tag
In which order struts framework searches for a message bundle?
What should be the name of xml file used for validation in struts?
How is declarative handling of exceptions done in struts ?
What is the purpose of @keyproperty annotation annotation?
What are the core classes of the struts framework?
What do you mean by the abstract package in struts2, and what is its utilization?
What is the use of ActionErrors in Struts?
what is the difference between page and pageContext implicit variables
What is Request Dispatcher and What is reuest Processor??
How to forward from Array List to Jsp in Struts ActionServlet class?