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
Which design pattern the interceptors in struts2 is based on?
what is meant by Struts Validator Framework?
How do you create message resource?
What is the life cycle of actionform?
Give an alternative way to protect jsp’s with not much features from direct access.
What is the purpose of @validations annotation?
What does execandwait interceptor?
What is the difference between Jakarta Struts and Apache Struts? Which one is better to use?
What is the purpose of @conversion annotation annotation?
What is the purpose of @stringlengthfieldvalidator annotation?
State the procedure for using forward attribute of link tag’s.
Explain about the validation steps which have to be carried during validation of client-side address?
Are struts thread safe?
For a single Struts application, can we have multiple struts-config.xml files?
When should we use SwtichAction?