I did, but the result is the same :(.
In Adrian's example, if I add a public ActionLink (only one since I
don't know how many would be):
------
public ActionLink alink = new ActionLink("alink");
Declare your ActionLink as in the table-decorator example which includes
the listener (otherwise you just redeclare the same listener for every
treeNode):
public ActionLink alink = new ActionLink("alink", this, "onAddClick");
This should work.
Yes, so it does work :).
I didn't declared it globally because depending on the node data there
could be different actions attached to it.
thanks,
Joseph.