I am very new user of wicket, so please be gentle with me if this is obvious question or RTFM. I tried searching for docs but no luck.
Using Wicket 1.5. I have bunch of pages mounted using mountPage(url, page class). This works fine and pages do get parameters so long as the request is GET. If you do post on the same url, pages don't see the same parameters. I tried searching google for the solution and came across one solution at http://apache-wicket.1842946.n4.nabble.com/Manually-handle-post-data-td1853028.html However seems like I can not resolve QueryStringUrlCodingStrategy class in wicket 1.5. Tried looking for replacement calls, but no luck so far. These are services and there is no UI for this. A script will typically post the data to the service. Regards, Niranjan --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org