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
Why do we need mapdispatchtoprops?
In which order struts framework searches for a message bundle?
How the exceptions are handled in struts?
What are the steps involved in creating a strut application?
What is action chaining ?
How struts2 supports internationalization?
What is the default suffix for struts2 action uri ?
How we can configured action mapping in struts?
Which class of struts is responsible to converts data types from string and vice versa?
What is the purpose of @key?
What is the purpose of @after?
How to build struts application in eclipse?
Are the struts tags xhtml compliant ?
What is the purpose of form-be tag in struct-config.xml?
What is struts actionmapping?