| Author |
reading XML from JSF
|
raghavendra bhat
Greenhorn
Joined: Sep 25, 2012
Posts: 3
|
|
Hi,
I am trying to read xml data in java and display it in my jsf form. for that i have written a java program with DOM parser and it displays the xml content in console. But i want to display it in jsf. I tried to make the java in to a managed bean but it shows a error. Then i tried to call managed bean method in my java class and tried to pass the list containing all the value of the xml.. But the managed bean is not avl for my java class. Now tell
How to display the content of a XML which i got in console to my JSF Page. I want to put each and every value in a data table or something like that
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14487
|
|
|
Check out this: http://www.coderanch.com/t/593151/JSF/java/Render-contents-xml-file-jsf
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: reading XML from JSF
|
|
|