Hi! I'm a bit confused. I've written a small tree component which
iterates the tree and displays it, it work fine, but I write every
node in Java (using the MarkUpWriter)

Now I want the component more generic, so in the body of the component
I can write the node as I want, example:

<t:myTree source="someTree">
  Node: <strong> ${currentNode} </strong>
</t:myTree>

Now, the body is correctly displayed in every node, but I don't know
how to bind the 'currentNode' parameter. Is it possible to achieve
this?
Thanks in advance !!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to