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...


In struts how to use regurlar formbeans using validation
framework explain?



In struts how to use regurlar formbeans using validation framework explain?..

Answer / santosh kumar

if u want to use validator plug-in in ur application
->u have to call the super class validate() from ur FormBean
class validate()

ex :
public ActionErrors validate(ActionMapping
map,HttpServletRequest req)
{
ActionErrors ers=super.validate(map,req);

----------------
----------------
}

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Struts Interview Questions

What do you mean by ognl?

0 Answers  


why we use struts in our web application , means what was drawbacks of servlet ...pls answer

1 Answers   IBM,


What is struts and springs in java?

0 Answers  


Is struts 1 still supported?

0 Answers  


What's the purpose of execute method of action class?

0 Answers  


How do you customize ActionServlet?

3 Answers   Ness Technologies,


What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?

0 Answers  


Can we have more than one struts-config.xml file for a single struts application?

0 Answers  


Why are springs better than struts?

0 Answers  


How to work with error tags?

0 Answers  


Describe the mvc on struts?

0 Answers  


Can you explain the directory structure for a struts folder in brief ?

0 Answers  


Categories