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
st Subject: bean property copy hello i'm using struts1.1 and i have a problem: i am in pageA with formA with property prop1 and prop2 and i want to go in pageB in witch i have formB with properties named prop1 and prop2 also. and i want that in pageB, in property from formB to have value of

RE: bean property copy

2004-07-30 Thread Erdem Ergin
= new FormB; formB.att1 = formA.att1; request.setAttribute(mapping.getAttribute(), formB); Erdem -Original Message- From: Bogdan Cirstea [mailto:[EMAIL PROTECTED] Sent: Fri 7/30/2004 12:17 PM To: Struts Users Mailing List Subject: bean property copy hello i&#x

bean property copy

2004-07-30 Thread Bogdan Cirstea
hello i'm using struts1.1 and i have a problem: i am in pageA with formA with property prop1 and prop2 and i want to go in pageB in witch i have formB with properties named prop1 and prop2 also. and i want that in pageB, in property from formB to have value of properties from formA. for this i p