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
Why are frameworks used?
What is the purpose of @conversionerrorfieldvalidator annotation?
Why we use struts in java?
Why was reload removed from struts (since 1.1)?
What is the flow of requests in struts based applications?
What is actioninvocation?
What is struts 2 framework in java?
What is the actionform?
What is the purpose of @result annotation?
Explain about tiles?
What is the purpose of @validations annotation?
What is the use of execAndWait interceptor?
Provide some important Struts2 constants that you have used?
What is the difference between plain-validator and field-validator?
How to use forward action to restrict a strut application to mvc?