I am using nested beans in Struts, for example:
 
    <html:text property="user.address.street" />
 
In this particulat example the address bean is null.  Struts still trys to call the getter and setter methods on this null object.  Does anyone know if this is the desired behavior for Struts, or did someone simply forget to put the check in?
 
Thanks,
 
Jason
 
 
 
 

Reply via email to