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
What is the purpose of @action annotation?
What are different ways to create Action classes in Struts2?
How exceptions are handled in struts application?
How to handle exceptions in structs?
What are the 5 constants of action interface?
What are the steps required for setting up validator framework in struts?
How can we group related actions in one group in Struts?
What does action do in struts?
What are the components of struts?
What is difference between interceptors and filters?
What is the purpose of redirect result type?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
What's mvc pattern ?
What are interceptors in struts 2?
Explain about struts dispatch action?