aspose file tools
The moose likes Java in General and the fly likes Generating dynamic combo using java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Generating dynamic combo using java" Watch "Generating dynamic combo using java" New topic
Author

Generating dynamic combo using java

Vinay Naidu
Greenhorn

Joined: Sep 22, 2003
Posts: 1
Hi
I have to generate a dynamic combo ..
ex: on selecting Department it should show the sub departments it have under its.
My front end is a jsp page if i select a department ..sub department should also be showm in the next combo by connecting to the database Oracle.
So if any one has a code to generate a dynamic combo please send it to
ice_1@rediffmail.com or post it here
Cheers
Vinay
Maulin Vasavada
Ranch Hand

Joined: Nov 04, 2001
Posts: 1865
Hi Vinay
One option to this implementation would be to pre-load the association of Departments and Subdepartments in JavaScript Array and then just load the appropriate subdepartment list via JavaScript. This would make the application to be little 'un real' as we won't be querying the database each time we select a value for department from the combo but it will depend what exactly you want...Do you want to query database on every combo seletion event or not...
Regards
Maulin


1. Have fun @ http://faq.javaranch.com/java/JavaRaq
2. Looking for simple infix2postfix conversion and postfix evaluation package? Click here
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Generating dynamic combo using java
 
Similar Threads
How to invoke a method in action class
dynamic component invalidate/validate painting issue (image examples included)
Dynamic Combo Box
Swing + JComboBox
Use Comparator to sort more than one column