Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 92146 invoked from network); 30 Aug 2004 13:37:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 30 Aug 2004 13:37:10 -0000 Received: (qmail 88281 invoked by uid 500); 30 Aug 2004 13:36:44 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 88107 invoked by uid 500); 30 Aug 2004 13:36:42 -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 87998 invoked by uid 99); 30 Aug 2004 13:36:42 -0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [62.140.141.8] (HELO smtr-exh6.libertel) (62.140.141.8) by apache.org (qpsmtpd/0.27.1) with ESMTP; Mon, 30 Aug 2004 06:36:40 -0700 Received: by SMTR-EXH6.LIBERTEL with Internet Mail Service (5.5.2657.72) id ; Mon, 30 Aug 2004 15:36:28 +0200 Message-ID: <668C61363605D611925D00508B116C8D0B0710D8@SMTR-EXH2.LIBERTEL> From: robby.pelssers@vodafone.com To: users@cocoon.apache.org Subject: RE: Simple question: XSP and Java Date: Mon, 30 Aug 2004 15:36:25 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="ISO-8859-1" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N try int newsId = ; <xsp:attribute name="id"><xsp:expr>newsId</xsp:expr></xsp:attribute> <esql:get-string column="title"/> -----Original Message----- From: Jonathan Linczak [mailto:linczakjw@hiram.edu] Sent: 30 August, 2004 15:30 To: users@cocoon.apache.org Subject: Simple question: XSP and Java All, I haven't received an answer on this board yet, but I'll be persistent: I have a simple question. I need to pass a column's value from an ESQL statement as a parameter to an XML tag. Like this: int newsId = ; <esql:get-string column="title"/> Obviously, the above id attribute to the title tag doesn't work, but that's the idea of what I need. Any help on this? Jon --------------------------------------------------------------------- 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