whats is mean Actionerrors and Actionerror?
Answer Posted / shaik baji
ActionErrors and ActionMessages are available in earlier
versions of struts framework.
Actionerror:
------------
The ActionError purpose is an encapsulation of an
individual error message returned by the validate() method
of an ActionForm, consisting of a message key. It was
deprecated in struts 1.3 onwords versions.
Actionerrors:
-------------
A class that encapsulates the error messages being reported
by the validate() method of an ActionForm. Validation
errors are either global to the entire ActionForm bean they
are associated with, or they are specific to a particular
bean property (and, therefore, a particular input field on
the corresponding form).
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the various struts tag libraries?
Explain how to work with error tags?
What does apache struts do?
Explain how can we upload files in struts2 application?
What is the difference between struts and spring?
What is action class?
What’s the difference between struts and turbine?
What is the apache struts vulnerability?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
Explain the complete struts validator framework.
What is struts framework in java?
What do you mean by a custom tag?
Why are frameworks used?
What is the difference between filters and interceptors ?
How you will enable front-end validation based on the xml in validation.xml?