Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 72109 invoked from network); 25 Mar 2004 15:10:45 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 25 Mar 2004 15:10:45 -0000 Received: (qmail 55517 invoked by uid 500); 25 Mar 2004 15:09:27 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 55488 invoked by uid 500); 25 Mar 2004 15:09:26 -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 55441 invoked from network); 25 Mar 2004 15:09:26 -0000 Received: from unknown (HELO exerese.ircam.fr) (129.102.3.2) by daedalus.apache.org with SMTP; 25 Mar 2004 15:09:26 -0000 Received: from localhost (exerese.ircam.fr [127.0.0.1]) by exerese.ircam.fr (Postfix) with ESMTP id 7EE0732EA5 for ; Thu, 25 Mar 2004 16:09:27 +0100 (CET) Received: from exerese.ircam.fr ([127.0.0.1]) by localhost (exerese.ircam.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27643-19 for ; Thu, 25 Mar 2004 16:09:27 +0100 (CET) Received: from inpace.ircam.fr (inpace.ircam.fr [129.102.2.5]) by exerese.ircam.fr (Postfix) with ESMTP id 693CC32E8D for ; Thu, 25 Mar 2004 16:09:27 +0100 (CET) Received: from shpc1 (sh-pc-1.ircam.fr [129.102.192.172]) by inpace.ircam.fr (Postfix) with SMTP id 245862B12A for ; Thu, 25 Mar 2004 16:09:27 +0100 (CET) Message-ID: <005801c4127b$2cc28740$acc06681@shpc1> From: "julien bloit" To: References: <4062EE2A.2070501@messagio.com> Subject: Re: XSP Page : Session and Authentication Date: Thu, 25 Mar 2004 16:09:31 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd-new at ircam.fr 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 Hi, Use xsp-session-fw instead : and declare in your xsp tag : xmlns:xsp-session-fw="http://apache.org/xsp/session-fw/1.0" HTH, Julien Bloit ----- Original Message ----- From: "olivier demah" To: Sent: Thursday, March 25, 2004 3:35 PM Subject: XSP Page : Session and Authentication > Hi, > > I would like to know how i can get information that exist in the > stream. > > Here is my xsp page : > > 1- > 2- String id_blog_user = request.getParameter("id_blog_user"); > 3- if (id_blog_user.equals(null)) { > 4- id_blog_user = path="/authentication/data/id_blog_user"/> > 5- } > 6- > > > i know that the line 4 is completly wrong but i dont know how to access > to this data in xsp code. > > regards. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org > For additional commands, e-mail: users-help@cocoon.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org