RE: Java Pro article

2002-09-08 Thread Martin Cooper
Yeah, I read this and was somewhat underwhelmed. There are a number of errors, and misconceptions on the part of the author, and no mention at all of JSTL. I sent my comments to the author over a week ago, but have not heard anything back. On the positive side, it's good visibility for Taglibs. :

RE: JSTL SQL library

2002-09-08 Thread Gisella Saavedra
Thank you Shawn! It worked! -Original Message- From: Shawn Bayern [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 08, 2002 7:43 PM To: Tag Libraries Users List; [EMAIL PROTECTED] Subject: RE: JSTL SQL library On Sun, 8 Sep 2002, Gisella Saavedra wrote: > > >

RE: JSTL SQL library

2002-09-08 Thread Shawn Bayern
On Sun, 8 Sep 2002, Gisella Saavedra wrote: > > > > > > > > > The inner look picks up the values in the rowsByIndex order. Actually, ${row} here references a SortedMap; the order is lexical. > I tried changing the inner loop to > >

RE: JSTL SQL library

2002-09-08 Thread Gisella Saavedra
I need some help here! sessionScope.hdf is the Result variable from a query. I'm having a problem with displaying the results of a query in the order of the column names, without knowing the column names: The inner look picks

Java Pro article

2002-09-08 Thread Henri Yandell
Just thought I'd mention that the latest issue of JavaPro has an article on the Jakarta Taglibs by Budi Kurniawan. Or at least on Custom Taglibs using Jakarta Taglibs as the example. Probably worth checking in a bookstore for Jakarta Taglib Users and Jakarta Taglib Developers. Hen -- To unsubs

Re: JSTL SQL library

2002-09-08 Thread Shawn Bayern
On Sun, 8 Sep 2002, Gisella Saavedra wrote: > is there a way to find out the data type (metadata) of the columns > retrieved thru a query? > > I am transferring the "var" that comes back filled from a > to another JSP page. I want to format the data depending on whether > they are date columns

JSTL SQL library

2002-09-08 Thread Gisella Saavedra
is there a way to find out the data type (metadata) of the columns retrieved thru a query? I am transferring the "var" that comes back filled from a to another JSP page. I want to format the data depending on whether they are date columns, or text, or numbers?? Gis -- To unsubscribe, e-mail