Re: Help with simple CheckBox example

2008-10-31 Thread ds26680
Thanks for all your help Igor, that solved it! Rookie Error... :blush: -- View this message in context: http://www.nabble.com/Help-with-simple-CheckBox-example-tp20267081p20275698.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Help with simple CheckBox example

2008-10-31 Thread Igor Vaynberg
wicket.checkboxtester >>> >>> org.apache.wicket.protocol.http.WicketFilter >>> >>>applicationClassName >>> >>> com.indigo

Re: Help with simple CheckBox example

2008-10-31 Thread ds26680
>> com.indigoapp.WicketApplication >> >> >> >> >> wicket.checkboxtester >>/* >> >> >> >> Any ideas? Thanks in advance for your help. >> -- >> View this messag

Re: Help with simple CheckBox example

2008-10-31 Thread Igor Vaynberg
tion > > > > > wicket.checkboxtester > /* > > > > Any ideas? Thanks in advance for your help. > -- > View this message in context: > http://www.nabble.com/Help-with-simple-CheckBox-example-tp20267081p20274813.html > Sent fr

Re: Help with simple CheckBox example

2008-10-31 Thread ds26680
applicationClassName com.indigoapp.WicketApplication wicket.checkboxtester /* Any ideas? Thanks in advance for your help. -- View this message in context: http://www.nabble.com/Help-with-simple-CheckBox-example-tp20267081p20274813.html Sent from the Wicket - U

Re: Help with simple CheckBox example

2008-10-31 Thread Igor Vaynberg
has been called > INFO - RequestListenerInterface - registered listener interface > [RequestListenerInterface name=INewBrowserWindowListener, method=public > abstract void > org.apache.wicket.markup.html.INewBrowserWindowListener.onNewBrowserWindow()] > getSelected() has been called

Re: Help with simple CheckBox example

2008-10-31 Thread ds26680
eas what is wrong or suggestions on how to get this to work? Thanks in advance for your help. -- View this message in context: http://www.nabble.com/Help-with-simple-CheckBox-example-tp20267081p20274222.html Sent from the Wicket - User mailing list archive at Nabble.com. --

Re: Help with simple CheckBox example

2008-10-31 Thread Igor Vaynberg
Model.selected")); ) but this also did not make any difference. > > I am sure I am missing something fundamental here but I not totally confused > and not sure what to try next. Does anyone else have any ideas what is > wrong? > > Thanks in advance for your help. > -- &g

Re: Help with simple CheckBox example

2008-10-31 Thread ds26680
oes anyone else have any ideas what is wrong? Thanks in advance for your help. -- View this message in context: http://www.nabble.com/Help-with-simple-CheckBox-example-tp20267081p20272791.html Sent from the Wicket - User mailing list archive at

Re: Help with simple CheckBox example

2008-10-31 Thread Igor Vaynberg
selected; > >public boolean getSelected() { > return selected; >} > >public void setSelected(boolean selected) { > this.selected = selected; > } > > public String toString() { > return String.valueOf(sel

Re: Help with simple CheckBox example

2008-10-31 Thread Serkan Camurcuoglu
this.selected = selected; } public String toString() { return String.valueOf(selected); } } Thanks in advance for your help. -- View this message in context: http://www.nabble.com/Help-with-simple-CheckBox-example-tp20267081p20267081.html Sent from the Wicket - Use

Re: Help with simple CheckBox example

2008-10-31 Thread Alan Romaniusc
> >public boolean getSelected() { > return selected; >} > >public void setSelected(boolean selected) { > this.selected = selected; >} > > public String toString() { > return String.valueOf(selected); &g

Help with simple CheckBox example

2008-10-31 Thread ds26680
this message in context: http://www.nabble.com/Help-with-simple-CheckBox-example-tp20267081p20267081.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]