Hi there I'm using struts-el to solve some of my indexed problems.
Inb my action I have a collection of beans, assume this beans have a property of parentBean which has a name:
bean.getParent().getName() would retreive what I want.
on my jsp I have:
<html-el:form>
<html-el:select property="idBean"> <html-el:options colleciton="beans" property="id" labelProperty="???"/> </html-el:select>
Now here lies my question. The label is the name of the parent ok (yes the id is the id of the bean not the parent :-) ). How do I access this property?
I tried ${bean.parent.name} which did not work. I actually don't know the name that the bean will have in order to access it.
Thanks
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]