Hi Jim, My form is in request scope. I don't have a reset method defined. If this is expected behavior I would argue strongly that it's wrong, or that you should have the option of overriding it.
Jon. -----Original Message----- From: Jim Crossley [mailto:[EMAIL PROTECTED]] Sent: 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 have a reset method defined on the formbean? Could it be causing problems? -- Jim "Jon.Ridgway" <[EMAIL PROTECTED]> writes: > 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 the JSP to > null. > > This doesn't seem right to me, am I missing something? Has anyone else > experienced similar problems? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

