How data transfered from one formbean to another formbean?
Answers were Sorted based on User's Feedback
Answer / rakhi
sorry i did not get u. can u please explain once?
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / venkat
hello
ravi
tell me clearly
u explained is struts flow,i think
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Answer / ravi
1)first form
public class M extends ActionForm
{
//some code//
}
2)second form bean
public class Maction extends Action
{
//sme code//
M o=(M)form;//calling the first formbean to second form bean
}
| Is This Answer Correct ? | 1 Yes | 3 No |
why do we use logic tag library in struts?
What are the core classes of the struts framework?
What do you mean by dynaactionform?
Where should struts xml be placed?
wat happen when the connection is nt closed in jdbc n what vl happen when i interchange in executequery n execute statements
What is the default suffix for struts2 action uri ?
How do you know what to give for the "path " under in struts-config.xml ?
What are the two types of validations supported by validator framework?
what is meant by Struts Validator Framework?
What are interceptors in struts 2?
can anyone help me to send the code for Jasper Reporting in java?plz
What is the need of struts?