Help need on comboboxes

Hello everybody,

I plan to develop one webapplication in that i have two comboboxes side by side .I fetched data from data base and put it in comboboxes.when i selcect perticular option in one combobox automatically reflect in second combobox based on category.Please help me how to do that..

if you know any example link plz forward me...

thanks ,

Anil.

[386 byte] By [anilmekala.reddya] at [2007-11-27 11:38:45]
# 1

Sorry mate, but we are going to need a little more information than that. I hardly know what you want at the moment.

Do you have any code that you have worked on?

If so, post that, if not, try giving it a go. I also find the API helpful when im investigating into something new (google "java 1.5 API", first option).

Hope this helps.

Futurisdom_Developera at 2007-7-29 17:22:01 > top of Java-index,Java Essentials,Java Programming...
# 2

> I plan to develop one webapplication in that i have

> two comboboxes side by side .I fetched data from

> data base and put it in comboboxes.when i selcect

> perticular option in one combobox automatically

> reflect in second combobox based on category.Please

> help me how to do that..

On selection of the 1st combobox you can specify to refresh the page, you need a javascript which will be called on onSelect and you do your work in the javascript function and submit the page which will have the same page as target, so you will refresh the page. Hope it helps :)

diptaPBa at 2007-7-29 17:22:01 > top of Java-index,Java Essentials,Java Programming...