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 ?

You can also check Wicket's Include component.

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



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to