I have the tree2 component working in the left frame of a frameset. When
the user hits a document node, a refering URL should be loaded in the
right frame. How do i do that with tree2 ?

I store the URL information in node.id. Is that the correct place for it ?

Is the any Documentation about the tree2 component ?

thanks for your answers.


the named facet in the JSP page determines how the node is rendered, you could have a commandlink with the target set to  the
recieving frame and the node id could be placed in a param to that commandlink. Depending on what the recieving end does with the payload
it could be anything (e.g an object id to load).

The myfaces example contains tree2-stuff too, I suggest you start there.

Reply via email to