Re: populating a bean

2007-04-06 Thread Martin Gainty
message without making a copy. Thank you. - Original Message - From: <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Friday, April 06, 2007 12:47 PM Subject: Re: populating a bean Hartrich, James CTR USTRANSCOM J6 wrote: So you are going from the jsp to the

Re: populating a bean

2007-04-06 Thread mansour77
I found it. Never mind. And thank you a lot for your help. [EMAIL PROTECTED] wrote: Hartrich, James CTR USTRANSCOM J6 wrote: So you are going from the jsp to the action, correct? That being the case, you are doing this correctly so far. Make certain to have an encapsulated property for account

Re: populating a bean

2007-04-06 Thread mansour77
Hartrich, James CTR USTRANSCOM J6 wrote: So you are going from the jsp to the action, correct? That being the case, you are doing this correctly so far. Make certain to have an encapsulated property for accountBean in your accountManager action. On submit the accountBean object will be constructe

RE: populating a bean

2007-04-06 Thread Hartrich, James CTR USTRANSCOM J6
So you are going from the jsp to the action, correct? That being the case, you are doing this correctly so far. Make certain to have an encapsulated property for accountBean in your accountManager action. On submit the accountBean object will be constructed and setFirstName will be called. The bean