Joseph Schmidt wrote:

I think the problem is the missing of simply using the "Decorator" in these cases
like it's used with the pure Table:
http://www.avoka.com/click-examples/table/table-decorator.htm
Here there's also "render()" in the decorator (like in the Tree example) but it behaves like the user expects - not after onProcess.


The table-decorator example is subtly different from the Tree example Adrian attached. In the table-decorator the ActionLink is added as a public variable, thus Click automatically adds the ActionLink as a control before the onProcess method.

In the Tree example the ActionLink is added inside the render method, which occurs after the onProcess method.

If you also add the ActionLink as a public variable in the Tree example, it should work.

kind regards

bob

Reply via email to