You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Peter Ertl (JIRA)" <ji...@apache.org> on 2007/09/14 10:40:32 UTC

[jira] Created: (WICKET-972) IndexedParamUrlCodingStrategy seems to have problems handling resources

IndexedParamUrlCodingStrategy seems to have problems handling resources
-----------------------------------------------------------------------

                 Key: WICKET-972
                 URL: https://issues.apache.org/jira/browse/WICKET-972
             Project: Wicket
          Issue Type: Bug
          Components: site
            Reporter: Peter Ertl


I will attach a testcase that demonstrates this issue.

when using urlFor inside a component on a page that is mounted with IndexedParamUrlCodingStrategy I get:

org.apache.wicket.WicketRuntimeException: Not all parameters were encoded. Make sure all parameter names are integers in consecutive order starting with zero. Current parameter names are: [wicket:interface]

Just check out the testcase to see for yourself

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


[jira] Updated: (WICKET-972) IndexedParamUrlCodingStrategy seems to have problems handling resources

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

Peter Ertl updated WICKET-972:
------------------------------

    Attachment: test.zip

> IndexedParamUrlCodingStrategy seems to have problems handling resources
> -----------------------------------------------------------------------
>
>                 Key: WICKET-972
>                 URL: https://issues.apache.org/jira/browse/WICKET-972
>             Project: Wicket
>          Issue Type: Bug
>          Components: site
>            Reporter: Peter Ertl
>         Attachments: test.zip
>
>
> I will attach a testcase that demonstrates this issue.
> when using urlFor inside a component on a page that is mounted with IndexedParamUrlCodingStrategy I get:
> org.apache.wicket.WicketRuntimeException: Not all parameters were encoded. Make sure all parameter names are integers in consecutive order starting with zero. Current parameter names are: [wicket:interface]
> Just check out the testcase to see for yourself

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


[jira] Closed: (WICKET-972) IndexedParamUrlCodingStrategy seems to have problems handling resources

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

Johan Compagner closed WICKET-972.
----------------------------------

    Resolution: Fixed

this is fixed with the recent changes/fixes in our mounts/urlstrategies

> IndexedParamUrlCodingStrategy seems to have problems handling resources
> -----------------------------------------------------------------------
>
>                 Key: WICKET-972
>                 URL: https://issues.apache.org/jira/browse/WICKET-972
>             Project: Wicket
>          Issue Type: Bug
>          Components: site
>            Reporter: Peter Ertl
>             Fix For: 1.3.0-rc1
>
>         Attachments: test.zip
>
>
> I will attach a testcase that demonstrates this issue.
> when using urlFor inside a component on a page that is mounted with IndexedParamUrlCodingStrategy I get:
> org.apache.wicket.WicketRuntimeException: Not all parameters were encoded. Make sure all parameter names are integers in consecutive order starting with zero. Current parameter names are: [wicket:interface]
> Just check out the testcase to see for yourself

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