You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "gdilem@libero.it" <gd...@libero.it> on 2006/02/16 15:27:07 UTC

problem

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: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: problem

Posted by Michael Jouravlev <jm...@gmail.com>.
On 2/16/06, gdilem@libero.it <gd...@libero.it> wrote:
> 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.

Have you already looked here: http://wiki.apache.org/struts/StrutsWidgets ?

Michael.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org