• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

reading XML from JSF

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Saloon Keeper
Posts: 27762
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check out this: https://coderanch.com/t/593151/JSF/java/Render-contents-xml-file-jsf
reply
    Bookmark Topic Watch Topic
  • New Topic