From: "Ronnie Arosa" <[EMAIL PROTECTED]>
> Well, I'm debugging my source code with Sysdeo's eclipse plugin.
>  I toggled a breakpoint in one of my action, and founded that it'd
>  been executed twice.
>
> Of course results of my actions are obtained twice (i.e. an insert in a
> database is done twice).

If you have any Filters, check that you're only calling chain.doFilter(...)
_once_.

-- 
Wendy Smoak


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

Reply via email to