On Tue, Jan 31, 2012 at 8:29 AM, Martin Grigorov <mgrigo...@apache.org>wrote:

> On Tue, Jan 31, 2012 at 10:25 AM, Kayode Odeyemi <drey...@gmail.com>
> wrote:
> > On Tue, Jan 31, 2012 at 7:19 AM, Martin Grigorov <mgrigo...@apache.org
> >wrote:
> >
> >> 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.
> >
> >
> > Thought as much. It will be great to have one. I was looking for it
> because
> > GWT provides one that's very useful. So I thought Wicket should have this
> > as well.
>
> What more does it give you than HttpClient ?
>

A wicket wrapper around this won't hurt. I'm just looking for convenience
:).

>
> You can also check Wicket's Include component.


I'm making a request to a servlet not including.

Thanks.


-- 
Odeyemi 'Kayode O.
http://www.sinati.com. t: @charyorde

Reply via email to