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

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 your

Re: Redirect in XSP

2002-11-09 Thread Ludovic de Beaurepaire
A" <[EMAIL 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

Re: Redirect in XSP

2002-11-09 Thread Neil A
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 but my URL is in the XML of the pipeline and I can't get it into a sitemap parameter: Actions c

RE: Redirect in XSP

2002-11-08 Thread Artur Bialecki
> Who should close the 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 Joer

Re: Redirect in XSP

2002-11-08 Thread Joerg Heinicke
that caused to be sent to the browser this would not work. Would it? Artur... -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 you crea

RE: Redirect in XSP

2002-11-08 Thread Artur Bialecki
nal 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 you create a own > element like in the XML. T

Re: Redirect in XSP

2002-11-08 Thread Joerg Heinicke
Joerg Artur Bialecki wrote: -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 (pos

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 constru

Re: Redirect in XSP

2002-11-08 Thread Ilya A. Kriveshko
tion.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 question. I h

RE: Redirect in XSP

2002-11-08 Thread Artur Bialecki
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 all > > I joined the cocoon

Re: Redirect in XSP

2002-11-08 Thread Neil A
Hi all I joined the cocoon users list today to ask a very similar question. I have a list of external URLs held in XML and I have a pipeline to pick the right one. I want to use within the sitemap, but I can't find a way to get the URL out of XML and make it a sitemap parameter for to use.

Redirect in XSP

2002-11-08 Thread Witold Treliński
Hi! I have a question. How to make o redirection in XSP from one page to other depeneding on some code in ? I tried and it doesn't work. WT - Please check that your question has not already been answered in the FAQ before pos

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

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

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

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 pa

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

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 Messa

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

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

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

2001-09-21 Thread Mario Muja
Hi Lucian, AFAIK, redirects are only possible in the sitemap or in actions but not in XSP. It may help to read the archives. There were some discussions in the past weeks about redirects. Hint: I am not a C2 expert. Regards, Mario Lucian COZMA wrote: 000d01c14289$f8d5d2c0$[EMAIL PROTECTED]">

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: http://www.mysite.com/mypahe.htm"> in the corresponding xsl page. Thanx - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    Lucian - Florin COZMA