Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 29728 invoked by uid 500); 25 Oct 2002 10:38:57 -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 29714 invoked from network); 25 Oct 2002 10:38:55 -0000 Date: Fri, 25 Oct 2002 13:38:44 +0300 (EEST) Sender: Tuomo Henrikki Lesonen From: Tuomo Lesonen To: cocoon-users@xml.apache.org Subject: Re: [PATCH] for In-Reply-To: <5.1.1.6.0.20021025115815.04b737b0@mail.visitronics.be> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi Bert, Try to put around in your query. -Tuomo On Fri, 25 Oct 2002, Bert Van Kets wrote: > Hi Antonio, > I've been trying hard to get this esql sample to work. > The tag works perfectly. > path="/authentication/ID"/> > returns the userID in my xsp page. So there is nothing wrong with the > class or the session.xsl file. > > However, I need to create a query containing the userID. I think I went > through the whole book of exceptions in Cocoon. :-( > When I try it the way you describe below, I get an error saying "method > parseInt() not found in class java.lang.Integer". I guess this means > nothing is returned and the parseInt can't convert. > I've tried all kind of combinations and always get an error. > Here's what I've got now (doesn't work of course): > > > SELECT * FROM members WHERE ID= context="authentication" path="/authentication/ID" as="string"/> > > > > > > > > What am I missing here???? > > > Bert > > P.S. Using Cocoon 2.1 build of 14 May 2002, Tomcat 4.0.1, JDK 1.3.1_2 > > > At 05:54 8/10/2002 -0600, you wrote: > >Another usage of this tag is to set the parameters of a query based on the is > >in see the example: > > > > > > SELECT usr_name, usr_full_name, usr_password FROM users > > WHERE usr_id = > > > > > > Integer.parseInt( > > > path="/authentication/ID" > >as="string"/>) > > > > > > > > > >Antonio Gallardo > > > >El Martes, 08 de Octubre de 2002 05:43, Antonio Gallardo Rivera escribi�: > > > Hi, I recently needed to write some app logi usin tags. Into > > > tags we need to write some code like: > > > > > > String myUserID = > > path="/authentication/ID" as="string"/>; > > > > > > Then, I updated to serve strings. > > > > > > Currently the attribute "as" of the element can have 3 values: > > > > > > 1-as="object" (default) returns a org.w3c.dom.DocumentFragment object. More > > > info at > > > http://xml.apache.org/xerces2-j/javadocs/api/org/w3c/dom/DocumentFragment.h > > >tml > > > > > > 2-as="xml" return the DocumentFragment into tags. > > > > > > 3- return the value of the firstchild of the requested node. Example: If we > > > have: > > > > > > MyID > > > MyRole > > > > > > TheFullName > > > > > > A) Then if we write: > > > > > as="string"/> > > > > > > will return "MyID" > > > > > > B) > > path="/authentication/data/fullname" as="string"/> > > > > > > will return: "TheFullName" > > > > > > Attached is the new session.xsl the place of this file is: > > > > > > xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java > > > > > > Antonio Gallardo > > > >--------------------------------------------------------------------- > >Please check that your question has not already been answered in the > >FAQ before posting. > > > >To unsubscribe, e-mail: > >For additional commands, e-mail: > > > --------------------------------------------------------------------- > Please check that your question has not already been answered in the > FAQ before posting. > > To unsubscribe, e-mail: > For additional commands, e-mail: > --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: For additional commands, e-mail: