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 Bogdan Cirstea
ormA formA = (FormA) form; FromB fromB = 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 Li

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