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 |
wat happen when the connection is nt closed in jdbc n what vl happen when i interchange in executequery n execute statements
What is struts framework?
What are action errors?
what is ACID test for fresh engineers??what is the pattern??
How we can controlled duplicate form submission in struts?
Does struts include its own unit tests?
Name some useful annotations introduced in Struts2?
What is the different actions available in struts?
in struts how to use hibernate with struts>
Explain integrate log4j in struts2 application?
What are different ways to create Action classes in Struts2?
What is the difference between a Strut and a Class?