I you really wanna do this manually, this code might help you: Map map = ((WebRequestCycle)RequestCycle.get()).getRequest().getParameterMap();
regards Pills wrote: > > Hello, > > I'm using an online payement system, and it sends me some data with the > POST method (transaction completed or not, amount payed, currency, > etc...). > > How can I retrieve this data with wicket? > > Thanks a lot ;) > ----- Michael Sparer http://talk-on-tech.blogspot.com -- View this message in context: http://www.nabble.com/Manually-handle-post-data-tf4880964.html#a13968584 Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
