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
What is use of i18n interceptor?
What are the cons of struts 2?
What are the components of struts framework?
Why it called struts?
What are the two types of validations supported by validator framework?
What is the difference between shocks and struts?
How to get data from the velocity page in a action class?
Why we use struts in java?
What is struts2 namespace?
What is spring and struts in java?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
Explain about the validation steps which have to be carried during validation of client-side address?
What is the use of token interceptor in Struts2?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
What are the steps of struts installation?