Do you want a static dropdown or a dynamical drop down ?

Anyways, have a look at
http://localhost:8080/struts-exercise-taglib/html-select.jsp
( When Tomcat is running)

You can find the sources at ../tomcat
folder/webapps/struts-exercise-taglib/html-select.jsp

One hint:
Don't forget to implement the <html:form action="SomeAction.do">, even
though you still might been working on your file.
I thought I didn't not yet need it, and that was the reason my example
didn't work the whole time!!!
But that's really important, because struts looks into your
struts-config file,
and tries to convert the ".do" into the real adress of your Action and
ActionForm files.
If you don't got them, it won't work.

Hope this helps you as much as it helped me. :-)

cya,
marcus



[EMAIL PROTECTED] schrieb:
> 
> Hi,
>   I am trying to populate a select dropdown using the LabelValueBean .I have
> seen some examples but am unable to find them .Could some one provide me
> with the links to the earlier mails or sample example.
> 
> thanks,
> Kavitha
> 
> _________________________________________________________________
> Get faster connections -- switch to MSN Internet Access!
                        MSN SUCKS!
> http://resourcecenter.msn.com/access/plans/default.asp
> 
> --
> 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