Re: ajaxfallback

2010-04-07 Thread Jeremy Thomerson
uest is an ajax request). otherwise you don't > need > > to add the > > components to the ajaxrequesttarget anyway. > > > > gerolf > > > > On Wed, Apr 7, 2010 at 12:20 AM, tubin gen wrote: > > > >> I am using AjaxLink all my application

Re: ajaxfallback

2010-04-07 Thread fachhoch
jaxrequesttarget anyway. > > gerolf > > On Wed, Apr 7, 2010 at 12:20 AM, tubin gen wrote: > >> I am using AjaxLink all my application and we add to AjaxRequestTarget >> for >> repainting components , now we want to change it to use AjaxFallback , >> but >&

Re: ajaxfallback

2010-04-06 Thread Jeremy Thomerson
ttp://www.wickettraining.com On Tue, Apr 6, 2010 at 5:20 PM, tubin gen wrote: > I am using AjaxLink all my application and we add to AjaxRequestTarget > for > repainting components , now we want to change it to use AjaxFallback , but > in ajaxfallback AjaxRequestTarget is null and I g

Re: ajaxfallback

2010-04-06 Thread Gerolf Seitz
AjaxLink all my application and we add to AjaxRequestTarget > for > repainting components , now we want to change it to use AjaxFallback , but > in ajaxfallback AjaxRequestTarget is null and I get null pointer > exception.Please tell me if there is any way I can move from AjaxLink to

ajaxfallback

2010-04-06 Thread tubin gen
I am using AjaxLink all my application and we add to AjaxRequestTarget for repainting components , now we want to change it to use AjaxFallback , but in ajaxfallback AjaxRequestTarget is null and I get null pointer exception.Please tell me if there is any way I can move from AjaxLink to