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 use of struts config xml file?
How does struts2 token work?
Why struts 1 classes are not thread safe whereas struts 2 classes are thread safe?
What is the purpose of @emailvalidator?
What is dispatchaction?
What are the conditions for actionform to work correctly?
What is action chaining ?
What’s the difference between struts and turbine? What’s the difference between struts and espresso?
What is pojo in struts2?
Can we have more than one struts-config.xml file for a single struts application?
Can explain about the validations and in your project where did u used the validations?
Explain about struts?
What do you mean by actionform?
What is the purpose of @before annotation?
Explain about struts dispatch action?