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

2001-11-16 Thread David Rosenstrauch
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

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

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

2001-11-15 Thread David Rosenstrauch
, 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

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

2001-11-15 Thread Ritzmann, Heiko
, 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

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

2001-11-15 Thread David Rosenstrauch
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

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

2001-11-15 Thread Max Larsson
: Donnerstag, 15. November 2001 18:02 To: '[EMAIL PROTECTED]' Subject: AW: Tag xsp-response:send-redirect url=.../? 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

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

2001-11-15 Thread Ritzmann, Heiko
:[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