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