| Author |
Populating combo box with xml file
|
Nipun Bahr
Ranch Hand
Joined: Jul 09, 2008
Posts: 55
|
|
Hi All,
How can I populate combo box in JSF with xml file contents?
I am using Icefaces on top of JSF 1.2
|
 |
Guy deLyonesse
Ranch Hand
Joined: Apr 12, 2011
Posts: 189
|
|
the ice:selectOneMenu is populated by an ArrayList of list items. You can see an example of in the Component Showcase on the ICEsoft website.
To populate that list you don't need any special JSF functionality. Just parse the XML file using whatever XML parser you like to add the data elements to the ArrayList. That list is assigned to the ice:selectOneMenu control in your view.
|
 |
 |
|
|
subject: Populating combo box with xml file
|
|
|