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 how requests from the client are sent?
What is the purpose of constant tag in struts.xml?
State the procedure for using forward attribute of link tag’s.
What do you mean by dynaactionform?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
What are the some useful annotations introduced in struts2?
Can explain about the validations and in your project where did u used the validations?
What are the benefits of Struts framework?
Why is action servlet a singleton in struts?
What is the difference between requestaware and servletrequestaware interface?
What is the difference between empty default namespace and root namespace?
What is struts2 in java?
Explain the difference between plain-validator and field-validator in struts?
Explain the complete struts validator framework.
What design patterns are used in struts?