util:include-uri

2001-11-30 Thread Ritzmann, Heiko

Hi,

I would like use util:include-uri href=http://.../. Where can I find a
good example? There isn't one in the standard cocoon, is it?

Thanks a lot

Heiko


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




Tag xsp-response:send-redirect url=.../?

2001-11-15 Thread Ritzmann, Heiko

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]


AW: Tag xsp-response:send-redirect url=.../?

2001-11-15 Thread Ritzmann, Heiko

Thanks,

I solved the problem inside the sitemap with a action class. 
But maybe you know a more easier way to control workflow within a xsp- file.
Is there somthing like xsp:if/?

Heiko


-Ursprüngliche Nachricht-
Von: David Rosenstrauch [mailto:[EMAIL PROTECTED]]
Gesendet: Donnerstag, 15. November 2001 13:13
An: [EMAIL PROTECTED]
Betreff: Re: Tag xsp-response:send-redirect url=.../?


XSP is not recognizing your tag, but taking it as text, most likely because
of some syntax problem in your XSP.

Can't debug it without more details though.

Can you post the portion of XSP code where this appears and maybe we can
figure it out?


DR


At 10:47 AM 11/15/01 +0100, you wrote:
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



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


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

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




AW: AW: Tag xsp-response:send-redirect url=.../?

2001-11-15 Thread Ritzmann, Heiko

Thanks a lot David,

this is exactly what I'm looking for. Do you know, ware I can find some more
Information's or examples about it. In standard cocoon I can't find a
working example for map:select. What means test=?

Heiko


-Ursprüngliche Nachricht-
Von: David Rosenstrauch [mailto:[EMAIL PROTECTED]]
Gesendet: Freitag, 16. November 2001 03:00
An: [EMAIL PROTECTED]
Betreff: Re: AW: Tag xsp-response:send-redirect url=.../?


At 06:01 PM 11/15/01 +0100, you wrote:
Thanks,

I solved the problem inside the sitemap with a action class. 
But maybe you know a more easier way to control workflow within a xsp-
file.
Is there somthing like xsp:if/?

Heiko



map:select
 map:when test= ... 
...
 /map:when
 map:otherwise
...
 /map:otherwise
/map:select


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

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