You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by splitshade <ma...@googlemail.com> on 2011/10/04 19:42:07 UTC

Upgrade 1.5 - PageParameters#toRequestParameters

Hi,

in 1.5 the Method toRequestParameters in class PageParameters, which returns
all Parameters as Map&lt;String,String[]&gt; is gone, what to use instead?

Thanks

Marti

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Upgrade-1-5-PageParameters-toRequestParameters-tp3871781p3871781.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Upgrade 1.5 - PageParameters#toRequestParameters

Posted by splitshade <ma...@googlemail.com>.
Hi,

sure I can, I just wanted to make sure, that I havenĀ“t overseen 
an already implemented solution.
Thank you Martin.

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Upgrade-1-5-PageParameters-toRequestParameters-tp3871781p3874199.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Upgrade 1.5 - PageParameters#toRequestParameters

Posted by Martin Grigorov <mg...@apache.org>.
The closest is org.apache.wicket.request.mapper.parameter.PageParameters.getAllNamed()
You can write a helper function to convert it to Map<String. String[])

On Tue, Oct 4, 2011 at 8:42 PM, splitshade <ma...@googlemail.com> wrote:
> Hi,
>
> in 1.5 the Method toRequestParameters in class PageParameters, which returns
> all Parameters as Map&lt;String,String[]&gt; is gone, what to use instead?
>
> Thanks
>
> Marti
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/Upgrade-1-5-PageParameters-toRequestParameters-tp3871781p3871781.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org