Re: Move query to interceptor

2008-06-06 Thread Frans Thamura
On Fri, Jun 6, 2008 at 10:03 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- On Fri, 6/6/08, Frans Thamura <[EMAIL PROTECTED]> wrote: > > my interceptor is not working > > > > because i need to do like execute() in ActionSupport > > What? i use spring and hibernate, , still finding out, i want

Re: Move query to interceptor

2008-06-06 Thread Frans Thamura
On Fri, Jun 6, 2008 at 8:43 PM, Gabriel Belingueres <[EMAIL PROTECTED]> wrote: > AFAIK, It is a very common to use an interceptor/servlet filter to > factor out authentication/authorization functionality. > my interceptor is not working because i need to do like execute() in ActionSupport any g

Re: Move query to interceptor

2008-06-06 Thread Gabriel Belingueres
AFAIK, It is a very common to use an interceptor/servlet filter to factor out authentication/authorization functionality. 2008/6/6, Frans Thamura <[EMAIL PROTECTED]>: > hi all > > we want to move the repeated query on our apps to become a interceptor, this > is our file > > anyone can give the exp

Move query to interceptor

2008-06-05 Thread Frans Thamura
hi all we want to move the repeated query on our apps to become a interceptor, this is our file anyone can give the experience to me about this mode? NB: the repeated query is a security purpose query, that validate every user/role to access certain package in struts.xml F package org.blueox

Move query to interceptor

2008-06-05 Thread Frans Thamura
hi all we want to move the repeated query on our apps to become a interceptor, this is our file anyone can give the experience to me about this mode? NB: the repeated query is a security purpose query, that validate every user/role to access certain package in struts.xml F package org.blueox