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 is the forward action utilized for?
How can we display validation errors on jsp page?
What is life cycle of an interceptor?
Explain how to work with error tags?
What is the purpose of @beforeresult?
What’s the utilization of resource bundle properties file in struts validation structure?
Explain about token feature in struts?
List some bundled validators?
What should be the name of xml file used for validation in struts?
What is the design role played by struts?
What does apache struts do?
How can link tag’s action attribute be used?
what is ACID test for fresh engineers??what is the pattern??
What is the purpose of @stringlengthfieldvalidator annotation?
Explain about the process of functioning of the struts program?