could anybody tell me how to parse XML file inside a JSF page?
The thing's that I've got XML file and want to put some data from it into my JSF page. ...
I'm working on a project which I need to generate a form dynamically. The user chooses the component he wants to put on the screen and the program adds it in ...