Hi,

try getRequestParameters() instead of getPostParameters(). This method returns all request parameters. I don't know why getPostParameters() return an empty result, maybe it is an issue...
I was looking up all available threads, but did not find an answer.

I have an app deployed to a mobile device that should communicate with my
service via REST.

As part of the flow the user can upload a new picture to the service.

My page is able to read GET based requests, but no POST based onces.

Im using wicket 1.5.7

RequestCycle.get().getRequest().getPostParameters() is empty

My page extends "WebPage"

Tried to use constructor with and without PageParameters without any
success.

I mounted my page (mountPage("/upload",UploadPage.class)) with
WebApplication.

Any ideas ?

Any hints ?

Regards

Thorsten





--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Read-POST-based-request-from-external-site-tp4651269.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to