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

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to