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 action support class in struts2?
What is the use of lookupdispatchaction?
How we can configured action mapping in struts?
Does apache struts run on windows?
What are pull and push mvc architecture and which architecture does struts2 follow?
Why aren’t the struts tags maintained as part of the jakarta taglibs project ?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
What is action chaining ?
What are the bundled validators?
Why do we need struts?
Explain integrate log4j in struts2 application?
What are the pros of struts 2?
Difference between html tags and struts specific html tags
What does params interceptor?
What is apache struts cve 2017 5638?