My problem,

it's needed to set correct request content type (for example
application/json) to disallow wicket from processing the post data
(and making parameters from them).

Cheers
- Petr

2009/9/21 Petr Kobalíček <kobalicek.p...@gmail.com>:
> Hi,
>
> is there simple way how to access raw POST data?
>
> I'm trying:
>               
> ((WebRequest)getRequest()).getHttpServletRequest().getInputStream();
> but it's empty (it seems to be already processed).
>
> Thanks
> - Petr
>

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

Reply via email to