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
What are examples of modifiers?
Why java does not support pointers?
What is difference between null and void?
What is dynamic array in java?
What is difference between identifier and variable?
Explain about the select method with an example?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
Does printwriter create a file?
What java ide should I use?
What are parsers? Dom vs sax parser.
What is the purpose of the runtime class in java programming?
What is lastindexof in java?
os is developed in c no java is more secured then c na why dont the os developed is developed using java
What are the basic concepts of OOPS in java?
What things should be kept in mind while creating your own exceptions in java?