Migration problem with Tree component (10.1.3.3 - 11.1.1.0)
ponzyNov 7 2008 — edited Nov 10 2008Hello,
I'm trying to migrate an application from Jdev10.3.3 to Jdev11. In this application I wanted to handle the Tree State (tree navigation to a defined node) and persist it if needed (keep the tree to a certain state). To do this, I developed logic using:
1) TreeModel class to handle the information of the tree (oracle.adf.view.faces.model)
2) CoreTree class to handle the view part of the tree (oracle.adf.view.faces.component.core.data)
3) PathSet class to build the navigation to the node I need (oracle.adf.view.faces.model)
In the migration to Jdev11 I converted to this components:
1) org.apache.myfaces.trinidad.model.TreeModel
2) org.apache.myfaces.trinidad.component.core.data.CoreTree
3) ?
I don't know how to migrate the PathSet logic. In the Trinidad docs I didn't see a PathSet class neither a method like CoreTree.getTreeState(), so I suppose that this part of the Api has changed.
Thanks for your attention.
Antonio.