how the error can be showed in the jsp page in struts?
Answer Posted / 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 |
Post New Answer View All Answers
What is the purpose of @conversion annotation annotation?
What is the use of form bean in struts?
What is struts?
What is ValueStack and OGNL?
What are the core classes of the struts framework?
What is the different actions available in struts?
What is the purpose of @after annotation?
What is use of i18n interceptor?
Lists the bundled validators in struts?
What is apache struts vulnerability?
What validate() and reset() method does ?
how does request processor relates to action mapping?
Which model components are supported by Struts?
What design patterns are used in struts?
What is pojo in struts2?