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 is the difference between validation.xml and validator-rules.xml files in struts?
What is the purpose of @intrangefieldvalidator annotation?
Does apache tomcat use struts?
For a single Struts application, can we have multiple struts-config.xml files?
What does execandwait interceptor?
How struts control data flow?
What is apache struts cve 2017 5638?
How you will display validation fail errors on jsp page?
What are the advantages of spring mvc over struts mvc?
What do you mean by the abstract package in struts2, and what is its utilization?
Why is it called struts?
What is the purpose of @after?
What is spring hibernate and struts in java?
Does Struts2 action and interceptors are thread safe?
What is struts2 namespace?