Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 55072 invoked by uid 500); 29 Aug 2002 12:55:33 -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 55061 invoked from network); 29 Aug 2002 12:55:33 -0000 X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 content-class: urn:content-classes:message Subject: RE: difference between xsp-session and session MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable Date: Thu, 29 Aug 2002 14:52:50 +0200 Message-ID: <514C4573170DC843BE0147B15A38AAB106A7CC@exchange1.thales-is.be> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: difference between xsp-session and session Thread-Index: AcJPQ5fPaH7Xy0ZSRjqMAQnprsQnOQAFhfTQ From: "Geert Poels" To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N >> xmlns:xsp-session=3D"http://apache.org/xsp/session/2.0" >There is no difference as long as the namespace URI is the same. The >namespace prefix is just a short name for the namespace URI. That's what I assumed at first, but as one example showed otherwise. ** How about the necessity of create-session=3D"true" ? ** How can I use the session- or request-object within a Like in : boolean isTrue() { boolean result =3D false; String language =3D (String); or (String) session.getAttribute("somename"); return ; } This give me a compilation-error because no object session can be found. This method gets compiled as class-method but as session is not defined = globally, this doesn't get compiled. --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: For additional commands, e-mail: