How to display xml sting as tree , using af:tree
Hi, i need to display a xml string stored in the data base table, as a xml tree in GUI.
I understand ADF having a component called <af:tree> . It expects input data as "oracle.adf.view.faces.model.TreeModel" type.
how to convert the string format of xml stored in the database , to the required type " "oracle.adf.view.faces.model.TreeModel"".
Is there any examples to do this. Thanks .
ganesh