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 container struts2?
What are apache struts?
What is apache struts framework?
What is the role of a handler in mvc based applications?
What is the use of resourcebundle.properties file in Struts Validation framework?
What are the custom tags?
What is struts actionmapping?
What is used to display the intermediate result in an interceptor?
What are the core components of a struct2 based application?
Is there a particularly good ide to use with struts?
What is the difference between struts and spring?
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
What is the difference between Jakarta Struts and Apache Struts? Which one is better to use?
Does apache tomcat use struts?
Where can I get a copy of struts?