Re: Wicket & Servlet Filters

2007-11-08 Thread Eelco Hillenius
On Nov 8, 2007 11:14 AM, William Hoover <[EMAIL PROTECTED]> wrote: > It's not for authorization... It's for running reports. I realize that the > Wicket stratagy is to work with components, but in this instance its not a > practical option. The business requirement dictates that from any page in

RE: Wicket & Servlet Filters

2007-11-08 Thread William Hoover
there are some dependencies with some of the external applications that prevent us from doing so at this time. -Original Message- From: Eelco Hillenius [mailto:[EMAIL PROTECTED] Sent: Thursday, November 08, 2007 1:38 PM To: users@wicket.apache.org Subject: Re: Wicket & Servlet Filters O

Re: Wicket & Servlet Filters

2007-11-08 Thread Eelco Hillenius
On Nov 8, 2007 10:26 AM, William Hoover <[EMAIL PROTECTED]> wrote: > So in theory it can be accomplished, but is not recommended to do so... What > is the common practice when dealing with wicket related data in a servlet > filter? Try to forget how other frameworks do things and look for soluti

RE: Wicket & Servlet Filters

2007-11-08 Thread William Hoover
sday, November 08, 2007 11:51 AM > To: users@wicket.apache.org > Subject: Re: Wicket & Servlet Filters > > > wicket is a UI framework, handling servlet filters is a bit outside its scope > :) > > -igor > > > On 11/8/07, William Hoover <[EMAIL PROTECTED]> wrote: &

Re: Wicket & Servlet Filters

2007-11-08 Thread Eelco Hillenius
On Nov 8, 2007 8:55 AM, William Hoover <[EMAIL PROTECTED]> wrote: > Well, I was thinking more in lines of a request listener (similar to a JSF > phase listener). As Wicket enters internal phases of execution a listener can > be added to perform some operations on the event. Just thought it would

Re: Wicket & Servlet Filters

2007-11-08 Thread Igor Vaynberg
s@wicket.apache.org > Subject: Re: Wicket & Servlet Filters > > > wicket is a UI framework, handling servlet filters is a bit outside its scope > :) > > -igor > > > On 11/8/07, William Hoover <[EMAIL PROTECTED]> wrote: > > Is there a wicket way to handle

RE: Wicket & Servlet Filters

2007-11-08 Thread William Hoover
:) -Original Message- From: Igor Vaynberg [mailto:[EMAIL PROTECTED] Sent: Thursday, November 08, 2007 11:51 AM To: users@wicket.apache.org Subject: Re: Wicket & Servlet Filters wicket is a UI framework, handling servlet filters is a bit outside its scope :) -igor On 11/8/07, William Ho

Re: Wicket & Servlet Filters

2007-11-08 Thread Igor Vaynberg
wicket is a UI framework, handling servlet filters is a bit outside its scope :) -igor On 11/8/07, William Hoover <[EMAIL PROTECTED]> wrote: > Is there a wicket way to handle servlet filters internally in the API or is > the recomended method just to use typical servlet filters? > > > -