Hi, 

I would like to use this tag: <xsp-response:send-redirect url="bf_login"/>.
I have inserted the name space
"xmlns:xsp-response="http://apache.org/xsp/response/2.0"; but the resulting
code is only  
"       
        xspAttr.addAttribute("", "url", "url", "CDATA", "bf_login");
      this.contentHandler.startElement("http://apache.org/xsp/response/2.0";,
                                       "send-redirect",
"xsp-response:send-redirect", xspAttr);
      xspAttr.clear();
      this.contentHandler.endElement("http://apache.org/xsp/response/2.0";,
                                     "send-redirect",
"xsp-response:send-redirect");
        ;
".

It seems, that the tag is not detected from "cocoon2". Where is my mistake?
Can someone help me?

Thanks a lot

Heiko


<<application/ms-tnef>>

---------------------------------------------------------------------
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