Newsletter sign-up
View all newsletters

Enterprise Java Newsletter
Stay up to date on the latest tutorials and Java community news posted on JavaWorld

JavaWorld Daily Brew

Read XML


Hi all,

I need to fill the dropdown values with the following values from the xml

Bob Fisher
Frank Adams
Bill Moore
Henry Ohab

The dropdown values are
Bob Fisher,
Frank Adams,
Bill Moore,
Henry Ohab

How to read those values from xml in jsp?