> If we have two related Drop Down boxes in a Form and need > to populate those when we load the page and when we change > the value in the first drop down we need to load the > corresponding values in the second .. Can any > TagLib supports this..
I don't have it in the form of a taglib (yet) but I do have javascript to handle this: http://www.mattkruse.com/javascript/dynamicoptionlist/ You can just loop through your array list of values or whatever and print out the require javascript lines. Some day I'll have a tag lib created to make the whole process less painful... Matt