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
Explain the difference between jakarta struts and apache struts?
How duplicate form submission can be controlled in struts?
What do you know about validation plugin ?
How can link tag’s action attribute be used?
What are the main classes which are used in struts application?
How can you create your custom interceptor in struts 2?
Can you explain struts.properties in struts2?
What is the purpose of execute method of action class?
What are the classes used in struts?
Name some useful annotations introduced in Struts2?
Are struts still used?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
How can we display validation errors on jsp page?
Why are frameworks used?
What are the steps used to setup dispatch action?