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
Explain about struts dispatch action?
What are different ways to create Action classes in Struts2?
What are action errors?
What is the significance of logic tags in Struts?
When do I need “struts.jar” on my classpath?
What does validation interceptor?
What does modeldriven interceptor?
What is ValueStack and OGNL?
Whats the difference between the default namespace and the root namespace?
What are the core classes of the struts framework?
What is the actionform?
Can we have multiple struts config files ?
What helpers in the form of jsp pages are provided in struts framework?
If the framework doesn’t do what I want, can I request that a feature be added?
Which library is provided by struts for form elements like check boxes, text boxes etc?