Hi,

You can use java.net.HttpUrlConnection to do that if you want to avoid
using additional library, like HttpClient.
Otherwise the only similar functionality in Wicket is
wicketAjaxPost(), part of wicket-ajax.js.

On Thu, Dec 15, 2011 at 8:50 AM, raju.ch <raju.challagun...@gmail.com> wrote:
> Hi,
> How to POST parameters to a URL using wicket1.4? we can do this by using
> HTTP Client but i want to do this by wicket only..
>
> Any suggestions...? thanks in advance
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/POST-parameters-to-a-URL-using-wicket-tp4198798p4198798.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>



-- 
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