Re: How to exclude from model update

2007-09-03 Thread Matej Knopp
day, 3 September, 2007 3:31:18 PM > Subject: Re: How to exclude from model update > > What wicket version are you using? > > -Matej > > On 9/3/07, Ian Godman <[EMAIL PROTECTED]> wrote: > > > > Hi > > > > I have a little problem with an AJ

Re: How to exclude from model update

2007-09-03 Thread Ian Godman
Wicket version is 1.3 beta 2 - Original Message From: Matej Knopp <[EMAIL PROTECTED]> To: users@wicket.apache.org Sent: Monday, 3 September, 2007 3:31:18 PM Subject: Re: How to exclude from model update What wicket version are you using? -Matej On 9/3/07, Ian Godman <[EMAIL

Re: How to exclude from model update

2007-09-03 Thread Matej Knopp
ton-link > > > > I am sure its one of those simple things I am missing again but how do I > > tell wicket not to try to update the button in the model ? > > > > > > Ian > > > > > > > > > > > > > > > > ___________________ > > Yahoo! Answ

Re: How to exclude from model update

2007-09-03 Thread Sam Hough
g again but how do I > tell wicket not to try to update the button in the model ? > > > Ian > > > > > > > > ___ > Yahoo! Answers - Got a question? Someone out there knows the answer. Try >

Re: How to exclude from model update

2007-09-03 Thread Matej Knopp
What wicket version are you using? -Matej On 9/3/07, Ian Godman <[EMAIL PROTECTED]> wrote: > > Hi > > I have a little problem with an AJAX submit button. > > The template is: > > > In the java this is: > add( new AjaxSubmitLink("AddButton-link"){ > private st

How to exclude from model update

2007-09-03 Thread Ian Godman
Hi I have a little problem with an AJAX submit button. The template is: In the java this is: add( new AjaxSubmitLink("AddButton-link"){ private static final long serialVersionUID = 1L; @Override public void onSubmit(AjaxReques