RE: redirection in XSP?

2003-02-21 Thread Brandes, Wayne
I'd seen that before but didn't realize it was setting sitemap parameters. Thank you Tim. Wayne -Original Message- From: Timothy Larson [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 4:16 PM To: [EMAIL PROTECTED] Subject: RE: redirection in XSP? See: http

Re: redirection in XSP?

2003-02-20 Thread Derek Hohls
Alban Look at: http://wiki.cocoondev.org/Wiki.jsp?page=Redirecting Derek [EMAIL PROTECTED] 20/02/2003 12:14:01 HiI want to write a couple of XSP pages. The first one would read the requestparameters and continue if the parameters satisfy some conditions but ifthey don't I want it to

RE: redirection in XSP?

2003-02-20 Thread Tsui, Alban
be in the same place. Any more suggestions would be appreciated. Alban -Original Message-From: Derek Hohls [mailto:[EMAIL PROTECTED]]Sent: 20 February 2003 10:56To: [EMAIL PROTECTED]Subject: Re: redirection in XSP? Alban Look at: http://wiki.cocoondev.org/Wiki.jsp?page

RE: redirection in XSP?

2003-02-20 Thread Derek Hohls
f breaking up the logic... because each action per xsp and I believe they should be in the same place. Any more suggestions would be appreciated. Alban -Original Message-From: Derek Hohls [mailto:[EMAIL PROTECTED]]Sent: 20 February 2003 10:56To: [EMAIL PROTECTED]Subject: Re: r

RE: redirection in XSP?

2003-02-20 Thread Brandes, Wayne
just two possible redirect pathways? Wayne -Original Message-From: Derek Hohls [mailto:[EMAIL PROTECTED]]Sent: Thursday, February 20, 2003 7:57 AMTo: [EMAIL PROTECTED]Subject: RE: redirection in XSP? Alban Its about concepts - XSP are intended to be *generators

RE: redirection in XSP?

2003-02-20 Thread Timothy Larson
Have the XSP-Action set a sitemap parameter, such as url, and then have this in your sitemap: map:act src=somepage.xsp type=xsp-action map:redirect-to uri={uri}/ /map:act Tim [EMAIL PROTECTED] 02/20/03 10:48AM I have used the XSP-as-action method to do redirection in the sitemap (based

RE: redirection in XSP?

2003-02-20 Thread Timothy Larson
Sorry for the typo, should be: Have the XSP-Action set a sitemap parameter, such as uri, and then have this in your sitemap: map:act src=somepage.xsp type=xsp-action map:redirect-to uri={uri}/ /map:act Tim [EMAIL PROTECTED] 02/20/03 10:48AM I have used the XSP-as-action method to do

RE: redirection in XSP?

2003-02-20 Thread Brandes, Wayne
: Timothy Larson [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 12:09 PM To: [EMAIL PROTECTED] Subject: RE: redirection in XSP? Sorry for the typo, should be: Have the XSP-Action set a sitemap parameter, such as uri, and then have this in your sitemap: map:act src=somepage.xsp

RE: redirection in XSP?

2003-02-20 Thread Timothy Larson
: redirection in XSP? Sorry for the typo, should be: Have the XSP-Action set a sitemap parameter, such as uri, and then have this in your sitemap: map:act src=somepage.xsp type=xsp-action map:redirect-to uri={uri}/ /map:act Tim [EMAIL PROTECTED] 02/20/03 10:48AM I have used