Re: Standard Taglib 1.0.3: almost ready

2003-02-12 Thread Shawn Bayern
On Tue, 11 Feb 2003, Fredrik Westermarck wrote: Will there be a 1.0.3 of the Standard Taglib soon, or are there still issues that needs to be resolved before a release can be made? Our plan is to release Standard Taglib 1.0.3 within a few days -- most likely by 2/17. Shawn

Properties of variables

2003-02-12 Thread Eddie Barna
I am working through the JSTL in Action book by Shawn Bayern. Great book by the way. I have finaly ran into a situation that brought me here. The variable exposed by the sql:query tag has certain properties such as limitedByMaxRows. My question is: How and where can I find a list of all the

Re: Properties of variables

2003-02-12 Thread Shawn Bayern
On Wed, 12 Feb 2003, Eddie Barna wrote: I am working through the JSTL in Action book by Shawn Bayern. Great book by the way. Cool! Great to hear. I have finaly ran into a situation that brought me here. The variable exposed by the sql:query tag has certain properties such as

Re: Properties of variables

2003-02-12 Thread Eddie Barna
Wow, the man himself. I guess I need to pay more attention to the figures in that book. Thanks for the info. By the way, my dilema started when i used your example from figure5.3 on page 108. I am using it to page through records in the database and I need to find out when I have reached the

JSTL problems on Tomcat 4.1.x

2003-02-12 Thread Schnitzer, Jeff
I get an occasional NullPointerException deep in JSTL when running under load on Tomcat 4.1.x. This doesn't occur under 4.0.x. Are the JSTL tags tested on Tomcat 4.1.x? When this problem happens, the page half-loads (up to the tag that fails). Refreshing the page almost always works fine.

Re: Properties of variables

2003-02-12 Thread Dave Newton
On Wed, 2003-02-12 at 18:09, Eddie Barna wrote: By the way, my dilema started when i used your example from figure5.3 on page 108. I am using it to page through records in the database and I need to find out when I have reached the end of the recordset. Hope you can point me in the right