you should run code cleanup wizard on your code. it will add missing @override annotations, which will help you catch method sig changes...eg if it doesnt add @override to the method you think should be overriding something.
-igor On Mon, Aug 4, 2008 at 1:09 PM, Goldstein, Jonathan A <[EMAIL PROTECTED]> wrote: > My tree behavior was working fine using Wicket 1.3.3, but after migrating to > 1.4-m2 the onNodeLinkClicked method I created does not seem to be invoked. > > > > Did I miss a release note that would explain this? > > > > Jon > > Jonathan A. Goldstein > Software Engineer > > Xerox Corporation > 800 Phillips Rd., 0300-12S > Webster, NY 14580 > > Phone 585.422.4161 > Internal 8*702-4161 > > Ease of Use Common Room 585.422.0731 > Internal 8*702.0731 > > Fax 585.422.8116 > > [EMAIL PROTECTED] > > > PSG.Workflow Business Unit.Workflow Business Team.FFPS Ease of Use Team > > www.xerox.com > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
