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-core
Affects Versions: 1.5-RC5.1
Environment: not important
Reporter: Igor Azarny
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