RE: BeanUtils/RequestUtils Populate question

2002-04-02 Thread Jon.Ridgway
--Original Message- From: Oliver Reflé [mailto:[EMAIL PROTECTED]] Sent: 02 April 2002 16:15 To: Struts Users Mailing List Subject: RE: BeanUtils/RequestUtils Populate question But on the other side, if you have set the request scope for you form, than the values are set in the preparing act

RE: BeanUtils/RequestUtils Populate question

2002-04-02 Thread Oliver Reflé
, April 02, 2002 5:08 PM To: 'Struts Users Mailing List' Subject: RE: BeanUtils/RequestUtils Populate question Hi Oliver, I don't. If I have a value object in a form bean and I and only wish to alter a couple of its properties how can I do it. It would appear that Struts will set

RE: BeanUtils/RequestUtils Populate question

2002-04-02 Thread Jon.Ridgway
;t use the html:hidden work round I'm currently using; so I just have to except that I'll loose my map. Not very acceptable. Jon. -Original Message- From: Oliver Reflé [mailto:[EMAIL PROTECTED]] Sent: 02 April 2002 15:47 To: Struts Users Mailing List Subject: RE: BeanUtils/RequestUti

RE: BeanUtils/RequestUtils Populate question

2002-04-02 Thread Jon.Ridgway
: 02 April 2002 15:50 To: Struts Users Mailing List Subject: Re: BeanUtils/RequestUtils Populate question Hi Jon. This would happen if your formbean was in "request" scope (specified in struts-config.xml), but I wouldn't expect it to happen in "session" scope. Do you

RE: BeanUtils/RequestUtils Populate question

2002-04-02 Thread Oliver Reflé
4:42 PM To: 'Struts Users Mailing List' Subject: BeanUtils/RequestUtils Populate question Hi All, I have a form bean that uses a value object. A specific form only access a couple of the value objects properties. I would expect those not accessed to be left alone upon form submitta

Re: BeanUtils/RequestUtils Populate question

2002-04-02 Thread Jim Crossley
Hi Jon. This would happen if your formbean was in "request" scope (specified in struts-config.xml), but I wouldn't expect it to happen in "session" scope. Do you have a reset method defined on the formbean? Could it be causing problems? -- Jim "Jon.Ridgway" <[EMAIL PROTECTED]> writes: > Hi A

BeanUtils/RequestUtils Populate question

2002-04-02 Thread Jon.Ridgway
Hi All, I have a form bean that uses a value object. A specific form only access a couple of the value objects properties. I would expect those not accessed to be left alone upon form submittal. However I am finding that Struts (vi RequestUtils.populate) is setting those fields not referenced in