What is the use of ActionErrors in Struts?
Answer Posted / 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 |
Post New Answer View All Answers
Does apache struts run on windows?
Explain struts.devmode?
What are the struts2 configuration properties that control file uploading process?
What's the purpose of execute method of action class?
What’s the difference between struts and turbine?
Give the details of xml files used in validator framework?
Which servlet does the struts framework use?
Are struts still used?
What is struts2 in java?
Explain design patterns which is used in struts?
What is the use of struts config xml file?
Is struts mvc framework?
Can I have html form property without associated getter and setter formbean methods?
What do you mean by actionform?
What design patterns are used in struts?