Yup. Use target. Also consider the <f:param> option combined with the node "identifier." That can be useful when you want to load a page but use details specific to a certain node.
sean On 8/4/05, Dennis Byrne <[EMAIL PROTECTED]> wrote: > If you are using frames, you might want to check out @target > for the commandLink element. > > Take a look at the sample apps and you should see an example > there with a bunch of facet elements - I'm not quite sure you > need an actionlistener for to handle a family of "dynamic > nodes". > > ---- Original message ---- > >Date: Thu, 4 Aug 2005 09:47:51 +0530 > >From: <[EMAIL PROTECTED]> > >Subject: Tree2 implementation help > >To: <[email protected]> > > > > Hi, > > > > I've started to use Tree2 in my project. However, > > I'm having some trouble understanding it. Hope > > someone can throw some light. > > > > I have the tree as part of the left side frame. Now, > > each node on the tree is actually a link that should > > open up a new jsp page in the body frame. I looked > > at the example and assume that I would associate an > > action listener. But doesnt adding an > > actionlistener mean I should know statically, what > > each node links to? My problem is that the nodes can > > be appended dynamically which means I need to add > > links as nodes to the tree that can open new JSP > > pages. > > > > I'm kinda lost on how to implement it? Any help is > > greatly appreciated. > > > > Thanks > > Bala > > > > Confidentiality Notice > > > > The information contained in this electronic message > > and any attachments to this message are intended > > for the exclusive use of the addressee(s) and may > > contain confidential or privileged information. If > > you are not the intended recipient, please notify > > the sender at Wipro or [EMAIL PROTECTED] > > immediately > > and destroy all copies of this message and any > > attachments. > Dennis Byrne >

