There is QueryStringUrlCodingStrategy if that is what you mean... if you just want to construct a query url (GET).
In my understanding POST must come from the client browser so it cannot be constructed by Wicket as such. ** Martin 2009/2/5 Steve Swinsburg <[email protected]>: > Hi all, > > just wondering if there is any API in Wicket that wraps up making a HTTP > POST request directly (ie given a URL and some data etc) or whether I should > just drop back to using the standard Java HTTPClient stuff? > > > > cheers, > Steve > > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
