Why is the xsp-response:send-redirect not work in the following xsp snippet?

 ...xmlns:xsp-response="http://apache.org/xsp/response/2.0";.....
....
       <esql:no-results>
            <xsp-response:send-redirect url="generic-error"/>
        </esql:no-results>
       <esql:error-results>
            <xsp-response:send-redirect url="generic-error"/>
         </esql:error-results>
 </esql:execute-query>
....


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

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

Reply via email to