Adrian A. wrote:
I created in Click Examples a page - ActionLinkTreePage that is reproduction the problem you mention (see attachment - the example is based on the PageLinkTreePage).
From the example the ActionLinks are added during the rendering event which occurs after the onProcess event. Why not use a TreeListener to detect when nodes are selected or not? Alternatively you might have to look at adding the ActionLinks in the Tree's onInit event so that they are available during processing.
kind regards bob
