Re: List of beans in a bean on a form

2007-04-23 Thread David Conrad
I added the tag i.e., It doesn't seem to have made any difference. I still get "customer[0].cost" instead of "firstLob.customer[0].cost". Is there something else I'm missing? Something I need to configure? Do I need to upgrade from 1.3.5 to 1.3

RE: List of beans in a bean on a form

2007-04-20 Thread Will Budreau
You need to set the form as the root nesting context. I usually do this by wrapping the nested form content with In theory the nested taglib is supposed to override html:form to automatically set the root node, but I haven't got that to work. -Original Message- From: David Conrad