[
https://issues.apache.org/jira/browse/WICKET-3938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13092743#comment-13092743
]
Peter Ertl commented on WICKET-3938:
------------------------------------
I think he meant to remove 'value1' from multi-value 'key1' so that
key1='value2' will be left
> Impossible to remove particular key-value from PageParameters
> -------------------------------------------------------------
>
> Key: WICKET-3938
> URL: https://issues.apache.org/jira/browse/WICKET-3938
> Project: Wicket
> Issue Type: Improvement
> Components: wicket
> Affects Versions: 1.5-RC5.1
> Environment: not important
> Reporter: Igor Azarny
> Labels: page, parameter, wicket
> Attachments: patch-3938.diff
>
> Original Estimate: 2h
> Remaining Estimate: 2h
>
> There is no way to delete particular key-value from page parameters.
> Example:
> PageParameters parameters = new PageParameters("key1=value1,key1=value2");
> //just to demonstrate, but actuall parameters comes from get request
> imposible to remove value1 from parameters.
> Workaround - create new PageParameters with filtering by key and value.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira