[
https://issues.apache.org/jira/browse/WICKET-649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526813
]
Ate Douma commented on WICKET-649:
----------------------------------
Fixing AbstractAjaxBehavior.getCallbackUrl(boolean onlyTargetActivePage):
I'm going to add a new interface IActivePageBehaviorListener extends
IBehaviorListener which will be used to generate the component.urlFor if
parameter onlyTargetActivePage == true.
WebRequestCodingStrategy.encode(RequestCycle requestCycle,
IListenerInterfaceRequestTarget requestTarget) will check for this Listener
interface (name)
and append the <IGNORE_IF_NOT_ACTIVE_PARAMETER_NAME>=true to the url, just as
AbstractAjaxBehavior originally did but now *before* the portlet url is
generated.
> New Wicket Portlet support: fix appending query parameters
> ----------------------------------------------------------
>
> Key: WICKET-649
> URL: https://issues.apache.org/jira/browse/WICKET-649
> Project: Wicket
> Issue Type: Sub-task
> Components: wicket-portlet
> Affects Versions: 1.3.0-beta2, 1.3.0-beta3
> Reporter: Ate Douma
> Assignee: Ate Douma
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.