Thanks Vijay. That's really helpful. I was searching documentation for
html, bean custom tags of jakarta, I could not find on jakarta home page, do
u have any idea?

Thanks.


----- Original Message -----
From: "Balakrishnan, Vijay" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Thursday, February 13, 2003 1:32 PM
Subject: RE: How to create dropdown box in Struts


> Here is a simple eg:(Examples speak much better than words)
>
> <jsp:useBean id="COUNTY" class="com.ms.CountyLookUpList" />
>  <html:select property="county">
>                             <option value="0">Select One</option>
>                             <html:options collection="COUNTY"
property="ID"
> labelProperty="description" />
>  </html:select>
>
> Vijay
>
> -----Original Message-----
> From: Sri Sankaran [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 13, 2003 9:54 AM
> To: Struts Users Mailing List
> Subject: RE: How to create dropdown box in Struts
>
>
> Please look into the usage of <html:select>.  You can look at
>
> * html-select.jsp that is part of the struts-exercise-taglib
>   application that ships with Struts
> * the online documentation for the tag
> * search the archives of this list
> * read the numerous books on Struts
>
> From these resources you can find out how to set up simple drop-down with
> static values to drop-downs with variable default selections to
dynamically
> loaded lists, etc
>
> The options have never been better.
>
> Sri
>
> -----Original Message-----
> From: Anand M S [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 13, 2003 11:15 AM
> To: Struts Users Mailing List
> Subject: How to create dropdown box in Struts
>
>
> Hi,
>  Please, anyone can tell  how to create dropdown box on JSp page using
> struts?
>
> Thanks,
> Anand
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to