This normally means that there *are* no POST parameters. Are you sure you're doing a POST request to your page, and not a GET?
-Tom On 16.08.2012, at 12:16, tmaus <[email protected]> wrote: > > 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
