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 helpers in the form of jsp pages are provided in struts framework?
What is java struts?
What is the role of action class in struts?
What are the steps used to setup dispatch action?
What is the use of struts?
Is Struts Framework part of J2EE?
What validate() and reset() method does ?
What does execandwait interceptor?
What are the steps involved in creating a strut application?
What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?
Where should struts xml be placed?
What are the struts2 configuration properties that control file uploading process?
Explain how to work with error tags?
How do you create message resource?