Difference between ActionErrors and ActionMessage?
Answer Posted / sridhar
ActionErrors handle only errors. But ActionMessage handles
errors as well as messages,due to this problem struts1.1
onwards they have depricated ActionErrors and ActionError.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How do you find the struts version being used in a project?
Is Struts Framework part of J2EE?
What is discontinuous strut?
What is the life cycle of actionform?
What is the use of jsonvalidation?
In how many ways duplicate form submission can occurs?
Explain design patterns which is used in struts?
What is the front controller in struts2?
What is the purpose of dispatcher result type?
What is the purpose of plug-in tag in struct-config.xml?
What are the core classes of struts?
What is the purpose of @createifnull annotation annotation?
How you will enable front-end validation based on the xml in validation.xml?
What is struts2 namespace?
Can I have html form property without associated getter and setter formbean methods?