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 that, please let me know.
Thanks a lot.
Dave
AbstractAjaxBehavior:
public CharSequence getCallbackUrl()
{
return getCallbackUrl(true);
}
AbstractDefaultAjaxBehavior:
protected CharSequence getCallbackScript()
{
return getCallbackScript(false);
}