This should probably go into an faq. Here is the pertinent link:
http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=105231353428562&w=2
Take a look at the vote thread that this message points to. You will
see that if you just have to have it then you need to implement your own
action to do it.
Ralph
Gerry Kaplan wrote:
Is it possible to redirect from within the handle-errors block? Here's what
I want to do, but can't figure out how to get there.
<map:handle-errors>
<map:select type="exception">
<map:when test="invalid-continuation">
<map:act type="redirect-to" src="index.html"/>
... Or ...
<map:redirect-to uri="index.html"/>
</map:when>
</map:select>
</map:handle-errors>
Some online documents show this is possible, but I get a sitemap error. I'm
doing something wrong, or I'm going down the wrong path. Please help.
Gerry
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]