Re: unable to retrieve HTTPServletRequest parameters

2017-01-05 Thread Kris
sven my constructor looks like this public UploadFilePage(final PageParameters parameters) { FeedbackPanel feedback = new FeedbackPanel("feedback"); HttpServletRequest req = ((ServletWebRequest) RequestCycle.get().getRequest()).getContainerRequest(); - K -- View this message in context:

Re: unable to retrieve HTTPServletRequest parameters

2017-01-17 Thread Kris
Thank you Martin and Sven and sorry i delayed working on your suggestions. I did a POC and i was able to do retrieve the parameters from both HTTPServletRequest and PageParameters. Problem was with the application that is invoking the wicket application. Thanks a lot - K -- View this message