Hi there! I'm using nested select to display a select box of a nested bean, So far it worked great.
Here's the structure I have:


A steps collection which holds references for n objects of type step

so I use nested to display each of the properties of the step bean.
I have this to display a combobox for the user:

<nested:select property="idUnidadeDuracao" styleClass="texto">
<html:options collection="unidades" property="idUnidadeDuracaoFaseProj" labelProperty="duracao" />
</nested:select>


Where idUnidadeDuracao is a property of my stepbean. and unidades is a collection of unities that the user may select.

My big question is: On my step bean, I have the property idUnidadeDuracaoFaseProj, how do I make it get selected on the options???


Thanks

Vinicius

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to