>       Is there a way to make a pull down menu using the 
> Struts html:option tag 
> dependant upon another pull down menu on the same page?

Unless you want to go back to the server every time they change the first
drop-down list (not recommended) then you'll need to use Javascript. I have
a library to do exactly this:
http://www.mattkruse.com/javascript/dynamicoptionlist/

This is #2 on my list of javascript libs I want to convert into struts tags,
so hopefully in the near future creating dependent lists will be much
simpler :)

Matt Kruse

Reply via email to