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
How many action classes can be used in struts application?
What is struts xml?
What is the purpose of @validations annotation?
What is the default location of result pages and how can we change it?
What is controller in struts ?
What is the design role played by struts?
Will the struts tags support other markup languages such as wml ?
Difference between struts and spring? Or why use spring, if you are already using struts?
What is use of i18n interceptor?
What is the purpose of global-forwards tag in struct-config.xml?
What is the purpose of constant tag in struts.xml?
Which model components are supported by Struts?
What is Custom Type Converter in Struts2?
What is the difference between shocks and struts?
What’s the utilization of struts.xml configuration file?