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 / madhukiran`

first copy the form properties into one bean class and then
copy those to the required form in Action class
BeanUtils.copyProperties(Bean,frm1);
BeanUtils.copyProperties(frm2,Bean);

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is discontinuous strut?

1003


What is the difference between validation.xml and validator-rules.xml files in struts?

968


What is apache struts framework?

1029


Which design pattern the interceptors in struts2 is based on?

978


What is the purpose of @conversionerrorfieldvalidator annotation?

1257


Which interceptor is responsible for mapping request parameters to action class Java Bean properties?

1108


Which tag is used to declare constants in struts xml?

1039


What are the life cycle methods of interceptor?

1024


What validate() and reset() method does ?

1176


Explain the difference between dispatchaction and lookupdispatchaction in struts?

6403


What are the struts2 error message keys that can come during file uploading process?

1107


Explain integrate log4j in struts2 application?

1067


What is the role of action class in struts?

1065


Explain about struts dispatch action?

1038


When it’s useful to use IncludeAction?

1055