Re: [Wicket-user] portlet bug

2007-02-16 Thread Johan Compagner
hmm i see how the normal one works now. I guess it works because we only read it once and then store it in our RequestParameters object. Because what happens if i do: request.getParameterMap().set(x,y) and then later on in the code: request.getParameterMap().get(x) but maybe this is a situati

Re: [Wicket-user] portlet bug

2007-02-16 Thread Eelco Hillenius
On 2/16/07, Janos Cserep <[EMAIL PROTECTED]> wrote: > Is anyone using PortletApplicaton with 1.2.4? I'm getting the following > exception: > > java.lang.UnsupportedOperationException > at java.util.Collections$1.remove(Collections.java:1012) > at > wicket.protocol.http.portlet.Portl

[Wicket-user] portlet bug

2007-02-16 Thread Janos Cserep
Is anyone using PortletApplicaton with 1.2.4? I'm getting the following exception: java.lang.UnsupportedOperationException at java.util.Collections$1.remove(Collections.java:1012) at wicket.protocol.http.portlet.PortletRequestCodingStrategy.decode( PortletRequestCodingStrategy.java: