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

What do you mean by the abstract package in struts2, and what is its utilization?

513


how to get the last 10 elements using logic:iterate in struts with hiernate from database.

4040


What is the life cycle of actionform?

550


What is struts validator framework?

552


How does struts2 token work?

526






What is Struts2?

625


Why actionservlet is singleton in struts?

594


how does request processor relates to action mapping?

490


How an actionform bean is created?

571


How properties of a form are validated in Struts?

566


Why we use struts in java?

516


What are the benefits of Interceptors in Struts2?

653


Why is it called struts?

537


What are action errors?

569


What is the purpose of action tag in struts.xml?

560