what is difference between Action messages and Action errors?
Answer Posted / mothilal d
The difference between the classes is zero -- all behavior
in ActionErrors was pushed up into ActionMessages and all
behavior in ActionError was pushed up into ActionMessage.
This was done in the attempt to clearly signal that these
classes can be used to pass any kind of messages from the
controller to the view -- errors being only one kind of
message
clearly saying that ActionErrors Method is deprecated in
earlier versions of struts and same features are pushed in
to ActionMessges now in latest versions
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
How can you make sure that your singleton class will always return single instance in multi-threaded environment?
What is token in java?
v-model life cycle
How do you sort in java?
What are keyboard events?
Why should I use abstract class?
Define reflection.
Can a class be protected in java?
What is the public method modifier?
What is entry set in java?
How to sort an unsorted array in java?
Explain different ways of creating a thread. Which one would you prefer and why?
What is an abstract class and what is it’s purpose?
What is a local block?
How to connect to a remote database using Applet?