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
What is value stack?
What is package name in struts xml?
What are construction struts?
How struts2 supports internationalization?
What are the main classes which are used in struts application?
Explain struts?
What is role of action class?
Will the struts tags support other markup languages such as wml ?
Can a reducer dispatch an action?
What are pull and push mvc architecture and which architecture does struts2 follow?
What do you mean by actionform?
Why are struts tightly coupled?
What is the purpose of @element?
Explain how can we upload files in struts2 application?
What is the purpose of @before?