What is the use of ActionErrors in Struts?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / neha
to correct last line in above - individual error is
described by a 'ActionMessage' object having a message key.
Is This Answer Correct ? | 0 Yes | 0 No |
what is the use of cvs in struts?
What is the struts in java?
How data transfered from one formbean to another formbean?
What are result types in struts?
What does validation interceptor?
What are the pros of struts 2?
What is the flow of requests in struts based applications?
What do you mean by inner class and anonymous class?
Give an example where struts tiles may be used?
what is struts? why Struts?
What is struts-default package and what are it’s benefits?
What is struts and springs in java?