This is a very common problem, which we get a lot, people adding controls in the Page onRender() method. We need to improve the documentation around this. This problem usually comes up with the FormTable control.
regards Malcolm Edgar On Tue, Apr 28, 2009 at 7:28 PM, Joseph Schmidt <[email protected]> wrote: >>>> Are the ActionLinks being processed? >>> >>> No they're not :(. The onProcess method does not appear in the logs, >>> nor is the action method called. >>> The PageLink of course does not need this since there's nothing to >>> process there. >>> >>>> Are the ActionLinks controls >>>> registered with a parent container or page? >>> >>> Yes I added("registered" with addControl() ), the ActionLink controls to >>> the page :(. >> >> I created in Click Examples a page - ActionLinkTreePage that is >> reproduction the problem you mention (see attachment - the example is based >> on the PageLinkTreePage). > > Thank you very much for the example :). > This is looking almost like the my code that I showed you and has this > problem. > > Joseph. > >
