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
How many instances of servlet usually run in a struts application ?
What configuration changes are required to use Tiles in Struts?
What do you mean by struts.dev mode?
What is use of i18n interceptor?
What is struts xml?
How to get data from the velocity page in a action class?
What are the major differences between html tags and strut specific html tags?
What are the steps involved in creating a strut application?
What is the purpose of dispatcher result type?
What is the difference between struts1 and struts2?
What is the purpose of @keyproperty annotation annotation?
How is token generated?
How many struts config file in a struts application?
What is container struts2?
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?