Joseph Schmidt wrote:

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.

kind regards

bob


Reply via email to