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.

Reply via email to