You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Daniel Steinberg <Da...@galegroup.com> on 2001/07/17 16:32:27 UTC

FW: Nested properties in action forms


>  -----Original Message-----
> From: 	Daniel Steinberg  
> Sent:	Tuesday, July 17, 2001 10:32 AM
> To:	'struts-user@jakarta-apache.org'
> Subject:	Nested properties in action forms
> 
> The Struts documentation states that Action Forms can contain nested
> properties.  When is a nested bean instantiated?  BeanUtils seems to
> assume that nested beans are already instantiated, and ActionServlet
> instantiates only ActionForm itself.