You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Arash Amiri <ar...@researchstudio.at> on 2006/08/11 15:19:14 UTC

action to action redirect

Hi

I have the following sitemap construct:

            <map:match pattern="index.htm*">
                <map:act type="ActionA">
                    <map:redirect-to uri="{nextPage}" />
                </map:act>
            </map:match>
           
            <!-- redirect resolver action -->
            <map:match pattern="redirectResolver.htm*">
                <map:act type="ActionB">
                     <map:redirect-to uri="{nextPage}" />
                </map:act>
            </map:match>

where ActionA might redirect to ActionB and Action B might again 
redirect to ActionA.
My problem is, that the redirects always stop after the first redirect 
(I get a white screen, and the second redirect is always ignored...)

can anybody help me?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org