Re: Usage of Servlets in Wicket, How ?

2009-09-08 Thread FaRHaN
) in wicket ? Thanks... From: Peter Thomas ptrtho...@gmail.com To: users@wicket.apache.org Sent: Tuesday, September 8, 2009 11:39:58 AM Subject: Re: Usage of Servlets in Wicket, How ? Refer this: http://cwiki.apache.org/WICKET/how-to-redirect-to-an-external-non-wicket

Re: Usage of Servlets in Wicket, How ?

2009-09-08 Thread Jeremy Thomerson
... From: Peter Thomas ptrtho...@gmail.com To: users@wicket.apache.org Sent: Tuesday, September 8, 2009 11:39:58 AM Subject: Re: Usage of Servlets in Wicket, How ? Refer this: http://cwiki.apache.org/WICKET/how-to-redirect-to-an-external-non-wicket-page.html

Re: Usage of Servlets in Wicket, How ?

2009-09-08 Thread FaRHaN
this ? From: Jeremy Thomerson jer...@wickettraining.com To: users@wicket.apache.org Sent: Tuesday, September 8, 2009 12:44:08 PM Subject: Re: Usage of Servlets in Wicket, How ? Maybe if you mention the specific reason(s) that you want to use Apache Commons FileUpload API

Re: Usage of Servlets in Wicket, How ?

2009-09-08 Thread Peter Thomas
@wicket.apache.org Sent: Tuesday, September 8, 2009 12:44:08 PM Subject: Re: Usage of Servlets in Wicket, How ? Maybe if you mention the specific reason(s) that you want to use Apache Commons FileUpload API rather than Wicket's built-in forms and file upload mechanisms, someone on the list

Re: Usage of Servlets in Wicket, How ?

2009-09-08 Thread FaRHaN
Subject: Re: Usage of Servlets in Wicket, How ? On Tue, Sep 8, 2009 at 12:33 PM, FaRHaN farhan.ba...@ymail.com wrote: I want to make it a separate API for file uploading. So that i can embed it in any of the application regardless of the framework (wicket, JSF, struts etc.). The only reason

Re: Usage of Servlets in Wicket, How ?

2009-09-08 Thread Joseph Pachod
Jeremy Thomerson wrote: 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. I wouldn't say so, cf Igor sentence in this discussion :

Re: Usage of Servlets in Wicket, How ?

2009-09-08 Thread Peter Thomas
Thomas ptrtho...@gmail.com To: users@wicket.apache.org Sent: Tuesday, September 8, 2009 1:13:22 PM Subject: Re: Usage of Servlets in Wicket, How ? On Tue, Sep 8, 2009 at 12:33 PM, FaRHaN farhan.ba...@ymail.com wrote: I want to make it a separate API for file uploading. So that i can embed

Re: Usage of Servlets in Wicket, How ?

2009-09-07 Thread Jeremy Thomerson
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 farhan.ba...@ymail.com wrote: Hi, Is

Re: Usage of Servlets in Wicket, How ?

2009-09-07 Thread FaRHaN
but how can we call it from our wicket web page ? From: Jeremy Thomerson jer...@wickettraining.com To: users@wicket.apache.org Sent: Tuesday, September 8, 2009 11:10:49 AM Subject: Re: Usage of Servlets in Wicket, How ? servlets are totally separate from

Re: Usage of Servlets in Wicket, How ?

2009-09-07 Thread Peter Thomas
, FaRHaN farhan.ba...@ymail.com wrote: but how can we call it from our wicket web page ? From: Jeremy Thomerson jer...@wickettraining.com To: users@wicket.apache.org Sent: Tuesday, September 8, 2009 11:10:49 AM Subject: Re: Usage of Servlets in Wicket, How