populating html:text contents dpepending on value selected in other html:select
bhushan kumarsel
Greenhorn
Joined: Jul 24, 2007
Posts: 12
posted
0
I have a form which contains html:select list which has list of various company names. I want another html:select which will contain list of all job requirements for company which is selected preveiously.How can i achieve this in jsp? Pls do help me.
Merrill Higginson
Ranch Hand
Joined: Feb 15, 2005
Posts: 4864
posted
0
This scenario is generally referred to as a "dependent select" or "dependent dropdown". The best way to handle this is with AJAX. If you google something like "AJAX dependent dropdown" or something similar, you will find a number of examples and techniques for doing this. You can also search this forum and you'll find a number of posts dealing with this topic.