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 the purpose of @results?

585


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

624


Is struts 1 still supported?

512


What is struts xml?

441


how to develop the submit and search operations in single jsp using struts?

2558






Explain the necessity of empty tag?

599


What is the purpose of action-mappings tag in struct-config.xml?

592


What are construction struts?

511


What is purpose of execandwait interceptor?

581


How do I access token?

498


What is apache struts used for?

494


What do you mean by inner class and anonymous class?

596


Explain struts?

554


How an actionform bean is created?

570


How can forward action be used to restrict a strut application to mvc?

521