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] Created: (WICKET-2592) Add support for arbitrary PageParameters values in QueryStringUrlCodingStrategy

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.


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

Posted by "Juergen Donnerstag (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juergen Donnerstag resolved WICKET-2592.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M1
                   1.4.5
         Assignee: Juergen Donnerstag

> 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
>            Assignee: Juergen Donnerstag
>             Fix For: 1.4.5, 1.5-M1
>
>         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.


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

Posted by "Marat Radchenko (JIRA)" <ji...@apache.org>.
     [ 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.