What is the use of ActionErrors in Struts?
Answer Posted / neha
to correct last line in above - individual error is
described by a 'ActionMessage' object having a message key.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain about the validation steps which have to be carried during validation of client-side address?
What applications use apache struts?
Can we handle exceptions in Struts programmatically?
What are the bundled validators?
Describe the basic steps used to create a tiles application?
What is action chaining ?
Which class of struts is responsible to converts data types from string and vice versa?
Explain how to work with error tags?
What is the role of action class?
What is interceptor in Struts2?
What steps are required to for an application migration from Struts1 to Struts2?
What is the significance of logic tags in Struts?
Which servlet does the struts framework use?
What is the default suffix for Struts2 action URI and how can we change it?
In which method of action class the business logic is executed?