aspose file tools
The moose likes JSF and the fly likes Combobox Items Lookup Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Combobox Items Lookup" Watch "Combobox Items Lookup" New topic
Author

Combobox Items Lookup

Santhosh Kumar
Ranch Hand

Joined: Nov 07, 2000
Posts: 242
I'm working on a project which has tons of combo box fields, whose values are based on list of dynamic lookup values. For ex., we have Combox field "Division", whose values can be "Sales", "HR", "Marketing" etc., and these lookup values can be changed at runtime.

So to make life easier, I was hoping to develop a component lookupSelectOneMenu which would accept the lookup type like "Division" or "Country" and loads the combo box values dynamically using jsf backing bean.

I'm new to JSF so I don't know if this is the efficient way of doing and also if there is any prebuilt component available already.

Your thoughts and help is appreciated.
 
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: Combobox Items Lookup
 
Similar Threads
Looks right to me
Filter a combobox
Combobox Script Required
Editable Drop Down in JSF
Populate JCombo Box with different Values in each Row in JTable