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 to handle exceptions in structs?
How action mapping is configured in Struts?
What are the two different types of validations that the validator framework supports?
What is a custom tag?
What is interceptor in Struts2?
What is the purpose of @after annotation?
What is xml based validation in struts2?
What is value stack?
What is Struts2?
What is the flow of requests in struts based applications?
Why we use struts in java?
What is the purpose of '@keyproperty'?
What is actionservlet?
What is action class?
What are struts in java?