whats is mean Actionerrors and Actionerror?

Answer Posted / mahesh

In Struts, error messages are represented by creating
an object of type ActionError i.e.,

ActionError ae = new ActionError("errone");

To store multiple ActionError objects we use
ActionErrors object

ActionErrors aes = new ActinErrors();
aes.add("one",ae);

Is This Answer Correct ?    25 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is discontinuous strut?

490


What’s the difference between struts and espresso?

502


How to build struts application in eclipse?

524


What is the role of a handler in mvc based applications?

744


What is the use of jsonvalidation?

594






What are the bundled validators?

588


What’s the utilization of resource bundle properties file in struts validation structure?

621


What is the purpose of @conversion?

599


What is difference between struts1 and struts2?

497


What are the components of struts framework?

579


Explain the difference between jakarta struts and apache struts?

521


How struts 2 validation works?

573


What is the use of struts config xml file?

480


What is interceptor? And life cycle methods of interceptor?

569


How does interceptor work in struts2?

503