Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 40386 invoked from network); 4 Sep 2003 20:17:07 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 4 Sep 2003 20:17:07 -0000 Received: (qmail 21551 invoked by uid 500); 4 Sep 2003 20:16:26 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 21521 invoked by uid 500); 4 Sep 2003 20:16:25 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 21500 invoked from network); 4 Sep 2003 20:16:25 -0000 Received: from unknown (HELO hotmail.com) (65.54.173.21) by daedalus.apache.org with SMTP; 4 Sep 2003 20:16:25 -0000 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 4 Sep 2003 13:13:44 -0700 Received: from 200.23.248.1 by by5fd.bay5.hotmail.msn.com with HTTP; Thu, 04 Sep 2003 20:13:44 GMT X-Originating-IP: [200.23.248.1] X-Originating-Email: [ricardolimon@msn.com] From: "Ricardo Limon" To: users@cocoon.apache.org Bcc: Subject: xsp redirection question Date: Thu, 04 Sep 2003 13:13:44 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 04 Sep 2003 20:13:44.0668 (UTC) FILETIME=[0AAC39C0:01C37321] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N im a newbie to the xsp/cocoon development thing, i've worked previously with jsp and i recently got interested in xsp, i want to know if theres a way to do this with in the logic i know that there are some other mails about this issue but they only discusse the fact of using the sitemap.xmap file. I know that the actions logicsheet includes the actions:redirect-to that looks about the only thing i could use in the cocoon verison im using (2.0.5-dev with Tomcat 4.1.24 connected to apache thru modjk2 2.0.2 all under Linux) but it doesnt seem to work at all. Heres the part im having problem solving hope some one can help me soon. Ricardo Limon Code: if (tronix != 5) { response.sendRedirect("p-errores.xml?men=" + tronix); System.out.println("---> redirect to my errors page"); } else { response.sendRedirect("pCiudadPorLada.xml"); System.out.println("---> redirect to my vlid page"); } _________________________________________________________________ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org