Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Trying to use xml data source to populate richfaces tree nodes

Status
Not open for further replies.

meghiddo

MIS
May 25, 2009
2
Hey I cant seem to figure this out. I know I probably need to write some java code but Im not sure how it should look. I have some xml and I need to use the data from within the elements to populate some nodes on a richfaces tree.

I know how to use a .properties file as the data source for the nodes, and how to use some existign nodes to populate the nodes. Both are done with java code I can post here if needed.

But I dont know how to go about writing the java code to take the data from xml elements, and then somehow parse it to use in a richfaces tree.

Here is some info on what Im using with my project:

eclipse
simplexml
httpclient
jsf
richfaces library
 
Im getting close to solving this one on my own
Ill post my solution once its done
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top