[
https://issues.apache.org/jira/browse/WICKET-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Igor Vaynberg resolved WICKET-2906.
-----------------------------------
Resolution: Invalid
Assignee: Igor Vaynberg
generateCallbackScript() completes the fragment with the missing closing )
> 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
> Assignee: Igor Vaynberg
> Priority: Minor
>
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira