You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Alastair Maw (JIRA)" <ji...@apache.org> on 2007/05/13 14:18:16 UTC

[jira] Assigned: (WICKET-400) getParameters() returns zero-length Map after using mountBookmarkablePage()

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

Alastair Maw reassigned WICKET-400:
-----------------------------------

    Assignee: Alastair Maw

> getParameters() returns zero-length Map after using mountBookmarkablePage() 
> ----------------------------------------------------------------------------
>
>                 Key: WICKET-400
>                 URL: https://issues.apache.org/jira/browse/WICKET-400
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.2.3
>            Reporter: smallufo
>         Assigned To: Alastair Maw
>            Priority: Minor
>             Fix For: 1.3
>
>
> Before using mountBookmarkablePage() , parameters are presented as ?var1=a&var2=b ...
> I can get a map of parameters by getRequest().getRequestParameters().getParameters();
> After using mountBookmarkablePage() , parameters are translated to spider-friendly style : /var1/a/var2/b 
> and getRequest().getRequestParameters().getParameters() returns empty map
> How do I solve this problem ?
> See this thread for mre information :
> http://www.nabble.com/How-to-getParameters%28%29-after-using-mountBookmarkablePage%28%29---tf3388240.html#a9431298

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