Populate DropDown Menu in Java Code with XML

Adestetog

New Member
I am writing a Java Program that is being used Web Based with HTML and Wicket.Now, I need to create a Drop Down Menu in Java, but then populate the actual options in the Drop Down Menu with an XML File.First of all, I have created some XML Code.\[code\]<item> <label>Send to SugarCRM</label></item><item> <label>E-Mail Data</label></item><item> <label>Print Data</label></item>\[/code\]Is that correct, and if so, how do i link it to the Java Drop Down?
 
Back
Top