Refer this: http://cwiki.apache.org/WICKET/how-to-redirect-to-an-external-non-wicket-page.html
If that doesn't help you should briefly explain what your requirement is. There may be a better way to achieve it within Wicket instead of hacking around with servlets. On Tue, Sep 8, 2009 at 10:57 AM, FaRHaN <[email protected]> wrote: > but how can we call it from our wicket web page ? > > > > > ________________________________ > From: Jeremy Thomerson <[email protected]> > To: [email protected] > Sent: Tuesday, September 8, 2009 11:10:49 AM > Subject: Re: Usage of Servlets in Wicket, How ? > > servlets are totally separate from Wicket - write a servlet and add it to > your web.xml. See any servlet example on the web (non-Wicket related) for > assistance. > > -- > Jeremy Thomerson > http://www.wickettraining.com > > > > On Mon, Sep 7, 2009 at 11:54 PM, FaRHaN <[email protected]> wrote: > > > Hi, > > > > Is there any example in Wicket that uses Servlets (doGet() & doPost()). I > > mean how can we configure Servlets in our wicket application and use > > doGet(request, response) & doPost(request, response) methods. I know > web.xml > > configuration for Servlets but how can we use doGet() & doPost() methods. > Do > > we need wicket:ids in Servlets ? > > Is there any reference for such type of example ? > > > > Thanks... > > > > > > > > > > > > >
