Hi, Wicket doesn't provide such functionalities. If the servler is part of the same application then you can use RequestDispatcher.include(). If it is part of another app then you can use Apache HttpClient, UrlConnection.open(), ... libraries to make the HTTP call and consume the response.
On Mon, Jan 30, 2012 at 8:22 PM, Kayode Odeyemi <[email protected]> wrote: > Hi, > > Please can anyone point me to a Wicket class that can create a request > to a servlet? > > Thanks > > -- > Odeyemi 'Kayode O. > http://www.sinati.com. t: @charyorde -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
