Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 74641 invoked by uid 500); 17 Sep 2001 17:44:52 -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 74606 invoked from network); 17 Sep 2001 17:44:52 -0000 Content-Type: text/plain; charset="iso-8859-15" From: Chris Newland Reply-To: chris.newland@emorphia.com To: cocoon-users@xml.apache.org Subject: programatically examine columns in a row Date: Mon, 17 Sep 2001 18:43:06 +0000 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01091718430700.00977@darthvader> Content-Transfer-Encoding: 8bit X-Return-Path: chris.newland@emorphia.com X-MDaemon-Deliver-To: cocoon-users@xml.apache.org X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi All, I'm looking for a generic way to examine the columns in a row retrieved using esql: int cols = ; String colname; for (int i = 0; i < cols; i++) { colname = i; } but this throws an exception: No method matching getColumnName() found in interface java.sql.ResultSetMetaData. (i.e. the column attribute is not being picked up) Is it possible to add attributes to a logicsheet tag? I don't think it is but I can't think of another way of passing the parameter to the get-column-name tag. Is this possible? Thanks, Best Regards, Chris --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: For additional commands, e-mail: