Now other suggestions?

----- Original Message -----
From: "Ted Husted" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Sunday, April 07, 2002 12:40 AM
Subject: Re: usage of html:options


> If the collection is stored on the ActionForm, you have to use
> bean:define under Struts 1.0.x
>
> For Struts 1.1, there is another tag that gets around this.
>
> -Ted.
>
>
> Slava_L wrote:
> >
> > we have and ActionForm with Collection field (4xmpl list of smthing)....
> > how should i use tag html:options to fill parent tag html:select with
values of list (from our Collection)
> > In uptodate we use this scheme:
> > in jsp file we have
> > <html:from > -> related with ActionForm in struts-config.xml
> > <bean:define id="locallist" porperty "formlist">
> > <html:select .....>
> > <html:options collection="locallist" ...........>
> > .............
> >
> > but how can u do the same thin' w/o bean:define ?
> >
> > Thnx!
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>


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

Reply via email to