Roman,

please RTFM, it's all explained in there. Solution is

[significant enclosing structures omitted!]

        <map:parameter name="constraint-set" value="{1}"/> 
        <!--
                Actually, this is *before* evaluating the action since
                it is an extra parameter to it. Hence no new map has
                been pushed. Current map is result from matcher.
        -->
        <map:redirect-to resource="form_page" target="{../1}"/>
        <!--
                This, however, is *after* evaluating the action. Thus
                a new map has been pushed onto the others. Since we
                want to refer to the next to current map, we need to
                refer to {../1} here. Current map is result from action.
        -->

[significant enclosing structures omitted!]

        Chris.

-- 
C h r i s t i a n       H a u l
[EMAIL PROTECTED]
    fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to