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 @validations annotation?
What are the struts2 configuration properties that control file uploading process?
What is the purpose of @result?
What are the action classes in struts?
What is controller in struts ?
What do you mean by dynaactionform?
What is package name in struts xml?
What is struts and springs in java?
How can we display validation errors on jsp page?
What is use of i18n interceptor?
What is the differences between struts1 and struts2?
How does one create an action in struts 2?
Are struts thread safe?
What kind of mvc is struts 2?
How can duplicate form submission be handled in struts 2?