You can use perpareXXX method per action method as mentioned in docs:

Applies only when action implements Preparable

   1. if the action class have prepare{MethodName}(), it will be invoked
   2. else if the action class have prepareDo(MethodName()}(), it will
be invoked
   3. no matter if 1] or 2] is performed, if alwaysinvokePrepare
property of the interceptor is "true" (which is by default "true"),
prepare() will be invoked.


In other way, you can also develop your own interceptor which will
suite your needs.


Regards
-- 
Lukasz
http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to