You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Marat Radchenko (JIRA)" <ji...@apache.org> on 2009/11/30 15:53:20 UTC

[jira] Updated: (WICKET-2592) Add support for arbitrary PageParameters values in QueryStringUrlCodingStrategy

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

Marat Radchenko updated WICKET-2592:
------------------------------------

    Attachment: QuertStringUrlCodingStrategyTest.java

> Add support for arbitrary PageParameters values in QueryStringUrlCodingStrategy
> -------------------------------------------------------------------------------
>
>                 Key: WICKET-2592
>                 URL: https://issues.apache.org/jira/browse/WICKET-2592
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.4.3
>            Reporter: Marat Radchenko
>         Attachments: QuertStringUrlCodingStrategyTest.java
>
>
> QueryStringUrlCodingStrategy, in contrast to BookmarkablePageRequestTargetUrlCodingStrategy that it inherits from, supports only String and String[] values. This makes it hard to switch strategies.
> Please, make it support arbitrary value type by calling toString() on them.
> Testcase attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.