Re: bean property copy

2004-07-30 Thread Bogdan Cirstea
ginal Message- From: Bogdan Cirstea [mailto:[EMAIL PROTECTED] Sent: Fri 7/30/2004 1:16 PM To: Struts Users Mailing List Subject: Re: bean property copy i tried but didn't work that way Erdem Ergin wrote: Hi, Possibly between pageA and pageB, you have an action. In that action's execute f

RE: bean property copy

2004-07-30 Thread Erdem Ergin
:16 PM To: Struts Users Mailing List Subject: Re: bean property copy i tried but didn't work that way Erdem Ergin wrote: >Hi, > >Possibly between pageA and pageB, you have an action. In that action's execute >function you get formA as parameter. Then generate a new for

Re: bean property copy

2004-07-30 Thread Bogdan Cirstea
i tried but didn't work that way Erdem Ergin wrote: Hi, Possibly between pageA and pageB, you have an action. In that action's execute function you get formA as parameter. Then generate a new form with type formB as a local variable and assign your values. Lastly send it to the new page which is

RE: bean property copy

2004-07-30 Thread Erdem Ergin
Hi, Possibly between pageA and pageB, you have an action. In that action's execute function you get formA as parameter. Then generate a new form with type formB as a local variable and assign your values. Lastly send it to the new page which is pageB. Using: public ActionForward execute(Ac