I think this is right, cause your form on the jsp represents the
form bean. So if you miss some data this data is set to null cause
the view represantion hasn't included the information



-----Original Message-----
From: Jon.Ridgway [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 02, 2002 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 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?

Jon.

--
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]>

Reply via email to