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
AccountBean(AccountBean accountBean) { this.accountBean = accountBean; } } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, April 06, 2007 11:32 AM To: Struts Users Mailing List Subject: populating a bean how do I populate a bean values from

Re: populating a bean

2007-04-06 Thread mansour77
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, April 06, 2007 11:32 AM To: Struts Users Mailing List Subject: populating a bean how do I populate a bean values from a jsp page ? here's what I need to do: this page http://struts.a

RE: populating a bean

2007-04-06 Thread Hartrich, James CTR USTRANSCOM J6
bean will be set on your accountManager action. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, April 06, 2007 11:32 AM To: Struts Users Mailing List Subject: populating a bean how do I populate a bean values from a jsp page ? here's what I need

populating a bean

2007-04-06 Thread mansour77
how do I populate a bean values from a jsp page ? here's what I need to do: this page http://struts.apache.org/2.0.6/docs/how-do-i-populate-a-form-bean-and-get-the-value-using-the-taglib.html how to read the values from the bean but not how to populate them. Or may be I am not gettin