Re: AjaxFallBackLink driving me nuts!

2009-11-17 Thread bgooren
am clearly changing the underlying > model data, but how to tell questionEditPanel to pick that change up. I > tried setDefaultModel(new TemplateWebModel(template)), > templateEditPanel.modelChanged() and nothing works. Any tips appreciated. -- View this message in context: http://old.nabbl

Re: AjaxFallBackLink driving me nuts!

2009-11-17 Thread Jeremy Thomerson
are you using a list view in your question edit panel? you might need to call setreuseitems(false) -- Jeremy Thomerson http://www.wickettraining.com On Tue, Nov 17, 2009 at 11:04 AM, pieter claassen wrote: > Can anybody please enlighten me why this doesn't work (ok end of the day, > maybe it

AjaxFallBackLink driving me nuts!

2009-11-17 Thread pieter claassen
Can anybody please enlighten me why this doesn't work (ok end of the day, maybe it really is something small). I am clearly changing the underlying model data, but how to tell questionEditPanel to pick that change up. I tried setDefaultModel(new TemplateWebModel(template)), templateEditPanel.modelC