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 |
How do u provide security to ur project?(Banking domain project)
How to carryout the validations in struts if the validator frame work cant handle the validation
what is project architecture?give brief explanation about project architecture?
3 Answers CTS, Etisalat, IBM, Infinite Computer Solutions, Mphasis,
What is the purpose of dispatcher result type?
what is BUSINESS DELIGATE PATTERN,DAO,VO,DTO?
6 Answers BOB Technologies, TCS,
What is execute method in struts?
What is struts 2 framework in java?
Why are frameworks used?
What is the purpose of execute() method?
If we close the browser,when the specific user session is active.Again if we open browse how to retrive it same user??what code i have to da???
What is the purpose of @after annotation?
What is interceptor in Struts2?