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: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to