That would seem to suggest that the validation interceptor relies on some work done by one of the interceptors you've removed from your stack, no? Try listing all the validators that are in the default stack and then commenting out the ones you don't want, one at a time, until you identify which one you need to retain.

L.

specdev2 wrote:
A break point in debug mode.
Again, I get to the break point if I use the default stack as follow:

<action name="toHtml" method="toHtml"
class="com.tchegbe.demo.action.ToHtmlActions"> <interceptor-ref name="defaultStack"/>
            <result name="input">toHtmlUtilityViewDef</result>
        </action>


newton.dave wrote:
From: specdev2 <[EMAIL PROTECTED]>
There is just no logical reason as to why my stack would not work.

Oh.


Again, here is my stack:

What evidence do you have that your validate() method isn't being called?


Dave




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






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

Reply via email to