Hi Sven,

This is strange.
Can you attach a mini app (a quickstart) that demonstrates the problem ?

On Mon, Mar 19, 2012 at 12:16 PM, Sven Hohage
<sven.hoh...@googlemail.com> wrote:
> Hi Martin,
> I've removed the "getRequestCycleListeners().add(new
> AbstractRequestCycleListener()" - method in the application class and
> tried to print some post-parameters in my Homepage.class:
> System.out.println("RequestCycle.get().getRequest().getPostParameters().getParameterValue:
> " + 
> RequestCycle.get().getRequest().getPostParameters().getParameterValue("user"));
>
> But it's always null.
> I've checked it with Firebug and also with Wireshark: the parameters are 
> there:
> Content-Type: application/x-www-form-urlencoded Content-Length: 84
> token=7fb4ddbf9a9d4309e2a739a2ce51af7b3ca01602cc7bd28fe351f80d4986b3b0&user=willy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>



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

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

Reply via email to