jsf - dynamic datatable using inputs from an xml -


I want to create a nested table using JSF for which I have to dynamically charge. Basically a template jsf will work for any xml provided.

  • node1
  • node 1.1
  • node 1.1.1
  • node 1.1.2 Node 2
  • node 2.1

    Each node will have a table in JSF, actually a value from a nested dynamic figure is getting xml please How to do

    You can programmatically create datatable and populate. Balussey has already written an article about how to use datatyals programmatically. Please see:

  • Comments

    Popular posts from this blog

    cmake set_source_files_properties not working properly -

    python - Writing Greek in matplotlib labels, titles -

    Pygame memory leak with transform.flip -