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

How data transfered from one formbean to another formbean?

Answer Posted / ravi

1)first form
public class M extends ActionForm
{
//some code//
}
2)second form bean

public class Maction extends Action
{
//sme code//

M o=(M)form;//calling the first formbean to second form bean
}

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many instances of servlet usually run in a struts application ?

1055


What configuration changes are required to use Tiles in Struts?

1067


What do you mean by struts.dev mode?

1036


What is use of i18n interceptor?

1044


What is struts xml?

908


How to get data from the velocity page in a action class?

1011


What are the major differences between html tags and strut specific html tags?

975


What are the steps involved in creating a strut application?

1008


What is the purpose of dispatcher result type?

1002


What is the difference between struts1 and struts2?

990


What is the purpose of @keyproperty annotation annotation?

1029


How is token generated?

1078


How many struts config file in a struts application?

976


What is container struts2?

1046


How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?

1118