You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2010/08/07 21:01:22 UTC

[jira] Updated: (WICKET-2906) Missing ) on AbstractDefaultAjaxBehaviour#getCallbackScript

     [ https://issues.apache.org/jira/browse/WICKET-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg updated WICKET-2906:
----------------------------------

    Fix Version/s: 1.5-M2
                       (was: 1.5-M1)

> Missing ) on AbstractDefaultAjaxBehaviour#getCallbackScript
> -----------------------------------------------------------
>
>                 Key: WICKET-2906
>                 URL: https://issues.apache.org/jira/browse/WICKET-2906
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>            Reporter: Maarten Billemont
>             Fix For: 1.5-M2
>
>
> Am I blindly overlooking something, or are we missing a ) here, in AbstractDefaultAjaxBehaviour#getCallbackScript (at line 119):
> {code}
> 	protected CharSequence getCallbackScript(boolean onlyTargetActivePage)
> 	{
> 		return generateCallbackScript("wicketAjaxGet('" + getCallbackUrl(onlyTargetActivePage) +
> 			"'");
> 	}
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.