Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


whats is mean Actionerrors and Actionerror?

Answers were Sorted based on User's Feedback



whats is mean Actionerrors and Actionerror?..

Answer / 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

whats is mean Actionerrors and Actionerror?..

Answer / asim

ActionErrors is the super class of ActionError.So we have
to make one ActionError object for every error and add all
the objects to ActionErrors object.

Is This Answer Correct ?    9 Yes 4 No

whats is mean Actionerrors and Actionerror?..

Answer / foujil ameen

An ActionErrors object has request scope.

but ActionError, Jsp page can retrieve the object from the
request and use the ActionError object contained whithin it to
display error messages to the user.

Is This Answer Correct ?    3 Yes 0 No

whats is mean Actionerrors and Actionerror?..

Answer / shaik baji

ActionErrors and ActionMessages are available in earlier
versions of struts framework.

Actionerror:
------------
The ActionError purpose is an encapsulation of an
individual error message returned by the validate() method
of an ActionForm, consisting of a message key. It was
deprecated in struts 1.3 onwords versions.

Actionerrors:
-------------
A class that encapsulates the error messages being reported
by the validate() method of an ActionForm. Validation
errors are either global to the entire ActionForm bean they
are associated with, or they are specific to a particular
bean property (and, therefore, a particular input field on
the corresponding form).

Is This Answer Correct ?    3 Yes 0 No

whats is mean Actionerrors and Actionerror?..

Answer / venkateswar reddy

we used to represent the errors in struts by actionerrors.
For every error we wil write one actionerror..like we wil
write all the errors in actionerror object.

All ActionErrors Ojects are hold by ActionError Object.

Any how it is deprecated in Struts1.1, you wil find
ActionMessages and ActionMessage objects in struts1.1

Is This Answer Correct ?    4 Yes 4 No

Post New Answer

More Struts Interview Questions

What applications use apache struts?

0 Answers  


what is the advantages and diadvantages of Struts?

1 Answers  


What is the use of Struts.xml configuration file?

0 Answers  


what is a RequestProcessor?

5 Answers   TCS, Wipro,


What do struts do?

0 Answers  


Explain struts?

0 Answers  


What is the flow of requests in struts based applications?

0 Answers  


What are the features of struts 2?

0 Answers  


Give an example where struts tiles may be used?

0 Answers  


what is struts? why Struts?

6 Answers   CTS, Infosys, TCS,


1.when actionservelet execute. 2.when web.xml executes

3 Answers  


Is there a particularly good ide to use with struts?

0 Answers  


Categories