redirect in xsp

2003-01-05 Thread Juraj Misovych
Hi, I try to use xsp-response sendredirect , but it is not implemented in cocoon(i have 2.0.4), i want use simple xsp instead of action, but now i dont know how to do it. Have somebody any ideas? Thanks - Please check that

Re: redirect in xsp

2003-01-05 Thread Antonio Gallardo
use Javascript to do that. Antonio Juraj Misovych dijo: Hi, I try to use xsp-response sendredirect , but it is not implemented in cocoon(i have 2.0.4), i want use simple xsp instead of action, but now i dont know how to do it. Have somebody any ideas? Thanks

Re: Redirect in XSP

2002-11-09 Thread Ludovic de Beaurepaire
PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, November 09, 2002 5:06 PM Subject: Re: Redirect in XSP Thanks Joerg and Artur, but in my case I'm building for WAP. Unfortunately the WML equivalent of your client side redirect crashes early Nokia 7110 phones. I really want to use map:redirect

Redirect in XSP

2002-11-08 Thread Witold Treliski
Hi! I have a question. How to make o redirection in XSP from one page to other depeneding on some code in xsp:logic? I tried xsp-response:send-redirect url=any/ and it doesn't work. WT - Please check that your question has

Re: Redirect in XSP

2002-11-08 Thread Neil A
parameter for map:redirect-to to use. Can anyone help us both? Thanks, Neil. On Friday, November 8, 2002, at 09:41 AM, Witold Treliski wrote: Hi! I have a question. How to make o redirection in XSP from one page to other depeneding on some code in xsp:logic? I tried xsp-response:send-redirect url

RE: Redirect in XSP

2002-11-08 Thread Artur Bialecki
at ServerPagesAction.java and action.xsl in cocoon source. Artur... -Original Message- From: Neil A [mailto:mylists;neilabraham.co.uk] Sent: November 8, 2002 10:16 AM To: [EMAIL PROTECTED] Subject: Re: Redirect in XSP Hi all I joined the cocoon users list today to ask a very similar

Re: Redirect in XSP

2002-11-08 Thread Ilya A. Kriveshko
map:redirect-to before generation of your XSP. Witold Neil Look at ServerPagesAction.java and action.xsl in cocoon source. Artur... -Original Message- From: Neil A [mailto:mylists;neilabraham.co.uk] Sent: November 8, 2002 10:16 AM To: [EMAIL PROTECTED] Subject: Re: Redirect in XSP Hi

RE: Redirect in XSP

2002-11-08 Thread Artur Bialecki
-Original Message- From: Ilya A. Kriveshko [mailto:ilya;kaon.com] Sent: November 8, 2002 10:41 AM To: [EMAIL PROTECTED] Subject: Re: Redirect in XSP If you want to redirect the browser to a new URL after the pipeline has been constructed and the generation has (possibly

Re: Redirect in XSP

2002-11-08 Thread Joerg Heinicke
Hi Artur, where is the problem? Instead of xsp-response:send-redirect url=any/ you create a own element like redirect url=any/ in the XML. This is processed by a transformer to meta http-equiv=Refresh content=0; URL=any/ and sent to the browser. Even if it's a very poor solution, there shell

RE: Redirect in XSP

2002-11-08 Thread Artur Bialecki
... -Original Message- From: Joerg Heinicke [mailto:joerg.heinicke;gmx.de] Sent: November 8, 2002 7:42 PM To: [EMAIL PROTECTED] Subject: Re: Redirect in XSP Hi Artur, where is the problem? Instead of xsp-response:send-redirect url=any/ you create a own element like redirect

Re: Redirect in XSP

2002-11-08 Thread Joerg Heinicke
To: [EMAIL PROTECTED] Subject: Re: Redirect in XSP Hi Artur, where is the problem? Instead of xsp-response:send-redirect url=any/ you create a own element like redirect url=any/ in the XML. This is processed by a transformer to meta http-equiv=Refresh content=0; URL=any/ and sent to the browser

RE: Redirect in XSP

2002-11-08 Thread Artur Bialecki
Who should close the head/ element? The transformer can not send an endElement() until everything inside is processed. Of course you have to Ofcourse, I don't know what I was thinking. Does this make it a bit clearer? Everybody can of course improve my This makes it very clear. Thanks

RE: Redirect in XSP

2002-06-13 Thread Matthew Hailstone
-Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 12, 2002 3:09 PM To: [EMAIL PROTECTED] Subject: RE: Redirect in XSP From: Matthew Hailstone [mailto:[EMAIL PROTECTED]] From: Matthew Scenario: Homepage XSP generates

RE: Redirect in XSP

2002-06-13 Thread Vadim Gritsenko
From: Matthew Hailstone [mailto:[EMAIL PROTECTED]] -Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 12, 2002 3:09 PM To: [EMAIL PROTECTED] Subject: RE: Redirect in XSP From: Matthew Hailstone [mailto:[EMAIL PROTECTED

Redirect in XSP

2002-06-12 Thread Matthew Hailstone
Title: Message Can I redirect to another URI from an xsp page? Depending on the value of the initial form, I would like to go to a dynamic URI in cocoon. Can I do that in the sitemap, or can I do that in the xsp page? Any help would be greatly appreciated. Thanks in advance. Matthew

RE: Redirect in XSP

2002-06-12 Thread Vadim Gritsenko
From: Matthew Hailstone [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 12, 2002 12:35 PM To: [EMAIL PROTECTED] Subject: Redirect in XSP Can I redirect to another URI from an xsp page? Depending on the value of the initial form, I would like to go to a dynamic URI in cocoon. Can I do

RE: Redirect in XSP

2002-06-12 Thread Matthew Hailstone
Vadim, Thanks for the input. -Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 12, 2002 11:31 AM To: [EMAIL PROTECTED] Subject: RE: Redirect in XSP From: Matthew Hailstone [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 12, 2002 12

RE: Redirect in XSP

2002-06-12 Thread Matthew Hailstone
Let's make sure this is clear. :) -Original Message- From: Matthew Hailstone Sent: Wednesday, June 12, 2002 12:05 PM To: [EMAIL PROTECTED] Subject: RE: Redirect in XSP Vadim, Thanks for the input. -Original Message- From: Vadim Gritsenko [mailto:[EMAIL

RE: Redirect in XSP

2002-06-12 Thread Vadim Gritsenko
From: Matthew Hailstone [mailto:[EMAIL PROTECTED]] Vadim, Thanks for the input. -Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 12, 2002 11:31 AM To: [EMAIL PROTECTED] Subject: RE: Redirect in XSP From: Matthew Hailstone

RE: Redirect in XSP

2002-06-12 Thread Matthew Hailstone
From: Matthew Scenario: Homepage XSP generates an initial form. Parameters are set. I would like to then access my sub-sitemap URI space depending on the parameter values. Ex. eval/first/first if parameter value is 1 eval/second/second if

RE: Redirect in XSP

2002-06-12 Thread Vadim Gritsenko
From: Matthew Hailstone [mailto:[EMAIL PROTECTED]] From: Matthew Scenario: Homepage XSP generates an initial form. Parameters are set. I would like to then access my sub-sitemap URI space depending on the parameter values. Ex. eval/first/first if

redirect in XSP

2001-09-21 Thread Lucian COZMA
Hi, Does anyone know how to make a redirect in a xsp page, after making some processing with xsp:logic ? I'd like to avoid the: META HTTP-EQUIV="Refresh" CONTENT="0; http://www.mysite.com/mypahe.htm"/META in the correspon

Re: redirect in XSP

2001-09-21 Thread Mario Muja
]"> Hi, Does anyone know how to make a redirect in a xsp page, after making some processing with xsp:logic ? I'd like to avoid the: META HTTP-EQUIV="Refresh" CONTENT="0; http://www.mysite.com/mypahe.htm "/META in the cor