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 pie...@claassen.co.ukwrote: Can anybody please enlighten me why this doesn't work (ok end of

Re: AjaxFallBackLink driving me nuts!

2009-11-17 Thread bgooren
For starters, I'd try to eliminate possible causes. E.g. make sure the model change is seen from QuestionEditPanel. A way to do this is either run your app in a debugger and set some checkpoints around onRender and/or onBeforeRender, or simply override onBeforeRender() and log the model contents.