Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 44612 invoked by uid 500); 22 Oct 2002 15:29:50 -0000 Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-users@xml.apache.org Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 44601 invoked from network); 22 Oct 2002 15:29:50 -0000 From: "Christoph Stocker" To: Subject: url rewriting Date: Tue, 22 Oct 2002 17:29:49 +0200 Message-ID: <000001c279df$dcfc10d0$667ba8c0@cs> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0001_01C279F0.A084E0D0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0001_01C279F0.A084E0D0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit hi all! i use win200, cocoon2.0.2, weblogic6.0sp2 i tried url-rewriting in my action---> Map sitemapParams = new HashMap(); Request req = ObjectModelHelper.getRequest(objectModel); Session session = req.getSession(); if (session.isNew()) { // data i want to read out in my xsp-site session.setAttribute("data", myObject); sitemapParams.put("nextpage", "home"); } as it is given in the documentation my sitemap looks as following --> also i configured my weblogic, not to use cookies --> see may attached weblogic.xml but every time, i go a second time in my action, it seems that the action creates every time a new session and my session-data is lost i studied the EncodeURLTransformer, but it doesn't helped me (i don't know how to in my action use this) has someone a code-example who to write a cocoon-action with url-rewriting. what do i wrong? please help! greetings, chris ------=_NextPart_000_0001_01C279F0.A084E0D0 Content-Type: text/xml; name="weblogic.xml" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="weblogic.xml" CookiesEnabled False URLRewritingEnabled True SessionTrackingEnabled True ------=_NextPart_000_0001_01C279F0.A084E0D0 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: For additional commands, e-mail: ------=_NextPart_000_0001_01C279F0.A084E0D0--