can we see the code for com.eds.xxx.web.admin.UidInterceptor
?

Martin 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.




> Date: Wed, 27 May 2009 12:47:48 -0400
> Subject: Re: Interceptor Trouble
> From: w...@wantii.com
> To: user@struts.apache.org
> 
> On Wed, May 27, 2009 at 8:18 AM, Jim Collings <jlistn...@gmail.com> wrote:
> [snip]
> >
> > Here is the relevant portion of the xml:
> >
> > <package name="xxx" extends="struts-default">
> >        <interceptors>
> >            <interceptor name="UidIntercept"
> > class="com.eds.xxx.web.admin.UidInterceptor"/>
> >            <interceptor-stack name="CustomStack">
> >                <interceptor-ref name="paramsPrepareParamsStack"/>
> >                <interceptor-ref name="UidIntercept"/>
> >            </interceptor-stack>
> >        </interceptors>
> >        <default-interceptor-ref name="CustomStack"/>
> >    </package>
> >
> > Clues anyone?  I can see the init() being called in the logs but I
> > never see intercept.
> >
> 
> Do you have any actions in that package? Your interceptor should be
> run, but only against actions in that package (xxx). Also, your
> interceptor is last in your stack, so things like validation failure
> can keep it from firing.
> 
> -Wes
> 
> 
> -- 
> Wes Wannemacher
> Author - Struts 2 In Practice
> Includes coverage of Struts 2.1, Spring, JPA, JQuery, Sitemesh and more
> http://www.manning.com/wannemacher
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
> 

_________________________________________________________________
Insert movie times and more without leaving Hotmail®.
http://windowslive.com/Tutorial/Hotmail/QuickAdd?ocid=TXT_TAGLM_WL_HM_Tutorial_QuickAdd1_052009

Reply via email to