Re: redirection in an XSP

2002-01-06 Thread Sidharth
Another way is to write the rdirection in sitemap - Original Message - From: m-rao To: [EMAIL PROTECTED] Sent: Sunday, January 06, 2002 11:17 AM Subject: redirection in an XSP Hi,   Is there a way I can redirect another xsp (or url) from a xsp?   Say

Re: redirection in an XSP

2002-01-06 Thread reachsumit
rn.forward(((org.apache.cocoon.environment.http.HttpRequest)request).getHttpServletRequest(),((org.apache.cocoon.environment.http.HttpResponse)response).getHttpServletResponse()); regards sumit - Original Message - From: m-rao To: [EMAIL PROTECTED] Sent: Sunday, January 06, 2002 11:17 AM Subject: redirec

redirection in an XSP

2002-01-06 Thread m-rao
Hi,   Is there a way I can redirect another xsp (or url) from a xsp?   Say, based on the value that is retrieved in a dynamic xsp, I no longer wish to output the page to the user but redirect to some other xsp.   Thanks,   Raju