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 do I convert a string to an int in java?
What is thread count in java?
What restrictions are placed on method overriding in java programming?
Can we override the static method?
Explain about transient variables in java?
Difference between notify() method and notifyall() method in java?
What is a qualifier in a sentence?
Is array passed by reference in java?
What is the difference between hashmap and hashtable in java?
What are parsing rules?
What are operators and its types?
What are keywords and reserved words in java?
What is internal variable?
how to handle exceptions in ejb?
Is logger a singleton?