whats is mean Actionerrors and Actionerror?
Answer Posted / venkateswar reddy
we used to represent the errors in struts by actionerrors.
For every error we wil write one actionerror..like we wil
write all the errors in actionerror object.
All ActionErrors Ojects are hold by ActionError Object.
Any how it is deprecated in Struts1.1, you wil find
ActionMessages and ActionMessage objects in struts1.1
Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is the difference between struts and spring? Explain
What are the cons of struts 2?
What are Struts2 core components?
Is struts efficient?
What is the purpose of @intrangefieldvalidator annotation?
Why do the struts tags provide for so little formatting?
What are construction struts?
What is the struts in java?
What is an interceptor stack?
What is the difference between struts1 and struts2?
How struts2 supports internationalization?
How you will display validation fail errors on jsp page?
How many struts config file in a struts application?
How do u provide security to ur project?(Banking domain project)
What validate() and reset() method does ?