RE: nesting options

2004-12-06 Thread Slattery, Tim - BLS
> I have a html:options collection where the beans have a deep > hierarchy. I'd like to set the labelproperty of my html:options > to one of the bean's property like mybean.getCustomer().getParent().getName(); > > how can I do this with html:options. Does it suport > expression language? The E

nesting options

2004-12-06 Thread Vinicius Caldeira Carvalho
Hi there! I have a html:options collection where the beans have a deep hierarchy. I'd like to set the labelproperty of my html:options to one of the bean's property like mybean.getCustomer().getParent().getName(); how can I do this with html:options. Does it suport expression language? Thanks -