Re: How to send redirect from an XSP?

2002-08-21 Thread Christian Haul
On 21.Aug.2002 -- 04:07 AM, [EMAIL PROTECTED] wrote: hello all, i'm trying to check to see if a user is in a session, and if not, redirect them to a login page... You shouldn't do it. Use an action for this. There are already a number of actions that perform this job. Use one of them,

Re: How to send redirect from an XSP?

2002-08-21 Thread Christopher Painter-Wakefield
You shouldn't do it. Use an action for this. There are already a number of actions that perform this job. Use one of them, modify one of them, write a new one, or write an XSP action that does it. What is an XSP action? Can we now use XSP to write Actions? Is there any documentation on it?

RE: How to send redirect from an XSP?

2002-08-21 Thread ROSSEL Olivier
You shouldn't do it. Use an action for this. There are already a number of actions that perform this job. Use one of them, modify one of them, write a new one, or write an XSP action that does it. What is an XSP action? Can we now use XSP to write Actions? Is there any documentation on

Re: How to send redirect from an XSP?

2002-08-21 Thread MTiffany71
You shouldn't do it. Use an action for this. There are already a number of actions that perform this job. Use one of them, modify one of them, write a new one, or write an XSP action that does it. I tried using actions in the sitemap, (a la cut and paste and tweak from the sitemap