You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jeremy Thomerson (JIRA)" <ji...@apache.org> on 2010/10/28 08:13:00 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 ]

Jeremy Thomerson updated WICKET-2906:
-------------------------------------

    Fix Version/s:     (was: 1.5-M3)
                   1.5-M4

> Missing ) on AbstractDefaultAjaxBehaviour#getCallbackScript
> -----------------------------------------------------------
>
>                 Key: WICKET-2906
>                 URL: https://issues.apache.org/jira/browse/WICKET-2906
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>            Reporter: Maarten Billemont
>            Priority: Minor
>             Fix For: 1.5-M4
>
>
> 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.