Re: Source code inconsistency in Check/CheckGroup

2008-05-16 Thread Igor Vaynberg
they are in the same package -igor On Fri, May 16, 2008 at 8:05 AM, Till Wenzinger <[EMAIL PROTECTED]> wrote: > Hi, > > > > According to the source code of Wicket 1.3.3, > Check#onComponentTag(ComponentTag) performs the following: > > > >CheckGroup group = (CheckGroup)findParent(Chec

Source code inconsistency in Check/CheckGroup

2008-05-16 Thread Till Wenzinger
Hi, According to the source code of Wicket 1.3.3, Check#onComponentTag(ComponentTag) performs the following: CheckGroup group = (CheckGroup)findParent(CheckGroup.class); ... if (group.wantOnSelectionChangedNotifications()) { ... } The CheckGroup met