Difference between ActionErrors and ActionMessage?
Answer / 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 |
What are the components of struts framework?
why we are not implement business logic in struts action?
Can explain about the validations and in your project where did u used the validations?
What is the purpose of @doublerangefieldvalidator?
Which components are available using actioncontext map?
what is ForwardAction and IncludeAction in struts?
At the point, you should go for struts framework?
What is Model 1 and Model 2?
What is Hibernate?
Describe validate() and reset() methods.
Explain how can we upload files in struts2 application?
What are action classes in struts?