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 is the use of struts config xml file?

566


How does struts2 token work?

606


Why struts 1 classes are not thread safe whereas struts 2 classes are thread safe?

584


What is the purpose of @emailvalidator?

649


What is dispatchaction?

709






What are the conditions for actionform to work correctly?

607


What is action chaining ?

734


What’s the difference between struts and turbine? What’s the difference between struts and espresso?

626


What is pojo in struts2?

659


Can we have more than one struts-config.xml file for a single struts application?

612


Can explain about the validations and in your project where did u used the validations?

6654


Explain about struts?

621


What do you mean by actionform?

654


What is the purpose of @before annotation?

665


Explain about struts dispatch action?

642