What is the use of ActionErrors in Struts?
Answers were Sorted based on User's Feedback
Answer / surajkumar.java
ActionErrors is a class(org.apache.struts.action.ActionErrors)
which encapsulates the error messages being reported by the
validate() method of an ActionForm. Validation errors are
either global to the entire ActionForm bean or they are
specific to a particular ActionForm bean property. Each
individual error is described by an "ActionError" object,
which contains a message key which are mentioned in
"Application.properties" file.
| Is This Answer Correct ? | 22 Yes | 1 No |
Answer / 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 |
What is http redirect?
Which library is provided by struts for form elements like check boxes, text boxes etc?
In how many ways duplicate form submission can occurs?
drawback of Validation Framework where and how to write the connection pool object in the programe how to debug the programe and application in struts without using eclips
What is struts?
What is struts? Explain
What is the use of jsonvalidation in struts?
In Struts Programming which is the controller,which is the model?
What is struts xml?
Which model components are supported by Struts?
What is the difference between validation.xml and validator-rules.xml files in struts validation framework?
what is ACID test for fresh engineers??what is the pattern??