sample code for Dynamically populating dropdown in JSP

Posted by Geethapriya.VC on Stack Overflow See other posts from Stack Overflow or by Geethapriya.VC
Published on 2010-05-10T05:53:50Z Indexed on 2010/05/10 11:34 UTC
Read the original article Hit count: 186

Filed under:
|

Hi,

I have two dropdowns in my form. The first one Queries for a set of data and displays them. Based on the value selected in the first dropdown i have to query the database, using that selected value as a parameter and populate the second dropdown. In short, based on the first dropdown, second one has to be populated dynamically. Am coding in JSP. Please do help on this!

Thanks, Geetha

© Stack Overflow or respective owner

Related posts about jsp

Related posts about dropdownlist