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 the components of struts?
What is the purpose of execute() method?
What is the purpose of @validations annotation?
How can forward action be used to restrict a strut application to mvc?
Why use struts framework in java?
How duplicate form submission can be controlled in struts?
How many action classes can be used in struts application?
Who makes the struts?
What are action errors and error and what are the consequences they impose?
What are the bundled validators?
Is struts 1 still supported?
Explain the core end goal while using java struts?
Are actions thread safe?
How can you create your custom interceptor in struts 2?
What are the applications of struts?