nested:options not retrieving values

2002-03-20 Thread Elijah Jacobs
Hi all, some code would help: nested:form nested:iterate property=itemList nested:text property=name/ nested:select property=UserId nested:options collection=userList property=idValue labelProperty=displayValue/ /nested:select

Re: nested:options not retrieving values

2002-03-20 Thread Arron Bates
Because you've specified the collection attribute, it's trying to find a bean reference under that name specified. Because it has to be a reference to a collection itself, it can't be changed to a nested property. So, expose a bean to the name using the nested:define, in the collection