Anu Padki wrote:

Can you please explain briefly what does the second commandlink under the panelGrid mean? What is projectTable.jsp and what is toViewId's function?
Thanks.
- Anu

<t:tree2 id="serverTree" value="#{navigationBacker.treeData}"
       <h:commandLink action="#{navigationBacker.toViewId}"

           styleClass="#{t.nodeSelected ? 'documentSelected':'document'}"
           actionListener="#{navigationBacker.nodeClicked}"
           value="#{node.description}" immediate="true">

           <f:param name="db_id" value="#{node.identifier}" />
           <f:param name="toViewId" value="projekteTable.jsp" />
Sorry, yes,  this shouldn't be there for this example.

This is my navigation control, just ignore it in this context.

regards,
Marcel

Reply via email to