How data transfered from one formbean to another formbean?
Answers were Sorted based on User's Feedback
Answer / rakhi
sorry i did not get u. can u please explain once?
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / venkat
hello
ravi
tell me clearly
u explained is struts flow,i think
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / madhukiran`
first copy the form properties into one bean class and then
copy those to the required form in Action class
BeanUtils.copyProperties(Bean,frm1);
BeanUtils.copyProperties(frm2,Bean);
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / 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 |
Difference between struts1.2 and struts2.0?
3 Answers Bank Of America, HCL, Value Labs,
How to explain Software Bank Loan descriptions
0 Answers Kekran Mekran, Wipro,
how handle when client send multiple request at atime for single servlet
what is struts? why Struts?
How properties of a form are validated in Struts?
What is the difference between struts and spring? Explain
how does request processor relates to action mapping?
Is Struts Action class Thread Safe?
What is strut web xml?
How we can install struts?
What is the DynaActionForm? How we implement the dynaactionform ? can u please tell me the way to implement? in understandable way?
How you will enable front-end validation based on the xml in validation.xml?