Hi all I have a problem loading persisted values in <html:options>tag.
I have
 <html:select property="seriale" size="1" >
 <html:options collection="allSerials" property="id"
 labelProperty="pathName"/>
 </html:select>


where allSerials is a  list of MySpecialBean with getter and setter methods.






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

Reply via email to