Flavio Palumbo wrote:

i wrote two little actions that i put nested in a pipeline. When the first
action fails it returns a null and the second action is not called, but
if the second action fails it also returns a null but the confirmation page
is called as if the second action was successfull.

You can do something like this:


<map:act ...first...>
        <map:act ...second...>
                <!-- success for 1st AND second action -->
                <map:generate ...>
                <map:serialize ...>
        </map:act>
</map:act>

<!-- no success/error page --->
<map:generate ...>
<map:serialize ...>


Patrick



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



Reply via email to