Re: OnlyTargetActivePage param

2010-03-06 Thread FakeBoy
rks fine (AjaxLink). I tried to find what's the prob and found that reason is differece between set onlyTargetActivePage param (see my first question in this thread). Dave. Pedro H. O. dos Santos wrote: > > One method will return an url that address the behavior, the another one > will to

Re: OnlyTargetActivePage param

2010-03-05 Thread Pedro Santos
One method will return an url that address the behavior, the another one will to return an script that send an ajax request to that behaviour. the usage in javascript looks like: document.location = generatedUrlReturnedByBehaviour; eval( generatedScriptGeneratedByBehaviour); On Thu, Mar 4, 2010 at

OnlyTargetActivePage param

2010-03-04 Thread David Skuben
Hi everybody, I'm now looking in classes AbstractAjaxBehavior and AbstractDefaultAjaxBehavior. There are two similar methods: getCallbackUrl() and getCallbackScript() and I don't understand why first set onlyTargetActivePage to "true" and second to "false". Is it right ? If someone know about th