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 front controller in struts2?
What is actionservlet?
how to connect from struts to database through hibernet and where u can modify the class
What is struts? Explain
What is the flow of requests in struts based applications?
What is value stack?
what is meant by Struts Validator Framework?
Do I have to credit struts on my own website?
What is switchaction?
Describe the mvc on struts?
Who wrote struts?
What is s token?
What are the reasons for an error message not being displayed while developing struts application?
What is the difference between struts and spring? Explain
List some bundled validators?