How data transfered from one formbean to another formbean?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is declarative handling of exceptions done in struts ?

468


What’s the utilization of resource bundle properties file in struts validation structure?

612


How struts control data flow?

524


Which class is the Front Controller in Struts2?

530


What is form bean in struts?

501






Is struts compatible with other java technologies?

517


Which design pattern the interceptors in struts2 is based on?

479


How can we upload files in Struts2 application?

576


What is action class? What are the types of action class?

518


Where can I get a copy of struts?

527


What is struts and springs in java?

518


What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?

571


What is the difference between session scope and request scope when saving formbean ?

542


What are pull and push mvc architecture and which architecture does struts2 follow?

497


What is strut web xml?

522