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

Martin Grigorov resolved WICKET-3938.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-RC8

> 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
>            Assignee: Martin Grigorov
>              Labels: page, parameter, wicket
>             Fix For: 1.5-RC8
>
>         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

        

Reply via email to