JSP
hi , assume i have two comboboxes in my jsp page.one combobox will retrive data from database.if i select a option in 1st combobox that option to be displayed in the 2nd combo box . i hope u got the point. POLA PRADEEP
You can use javascript. In the first combo call the javascript function onChange() and then write the relevant code inside the function. A tip, I can give you, you have to submit the page.