whats is mean Actionerrors and Actionerror?
Answer Posted / mahesh
In Struts, error messages are represented by creating
an object of type ActionError i.e.,
ActionError ae = new ActionError("errone");
To store multiple ActionError objects we use
ActionErrors object
ActionErrors aes = new ActinErrors();
aes.add("one",ae);
| Is This Answer Correct ? | 25 Yes | 0 No |
Post New Answer View All Answers
What do you mean by struts.dev mode?
What is the purpose of @conversion?
What is xml based validation in struts2?
What is apache struts vulnerability?
How do you create message resource?
What should be the name of xml file used for validation in struts?
What is the use of jsonvalidation in struts?
What is validate() and reset() functions?
What is the difference between Jakarta Struts and Apache Struts? Which one is better to use?
Difference between struts and spring? Or why use spring, if you are already using struts?
How does one create an action in struts 2?
What is package name in struts xml?
What is the default suffix for Struts2 action URI and how can we change it?
What is purpose of execandwait interceptor?
What are the ways in which duplicate form submission can occur?