Re: access post data

2009-09-21 Thread Petr Kobalíček
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 :
> 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



access post data

2009-09-21 Thread Petr Kobalíček
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