RE: how to close resultset

2002-10-22 Thread Mark Goking
ah ic. are JSTL tags capable of executing multiple update queries in once tag? UPDATE TABLE SET FIELD = 'test'; DELETE FROM TABLE WHERE FIELD = 'my'; ?? just wondering. i may have missed out on some new updates if they do support this feature ;) mark --- Outgoing mail is c

Re: how to close resultset

2002-10-22 Thread Shawn Bayern
On Wed, 23 Oct 2002, Mark Goking wrote: > once you use > and then > > is there a way to close that var 'test' ? > > or we just leave it? i think this is a waste of resource 'test' doesn't represent a ResultSet; it represents a temporary cache of your data, and it will be garbage collected as

how to close resultset

2002-10-22 Thread Mark Goking
once you use and then is there a way to close that var 'test' ? or we just leave it? i think this is a waste of resource --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.404 / Virus Database: 228 - Release Date: 10/15/2002

Tags to get a Future Date???

2002-10-22 Thread Randi Jeune
Does anyone know how to get a future calendar date using tags in a jsp page? The 'current' date works, but how do you get a future date, like ten days from today? Thanks for any assistance someone may be able to provide. -- To unsubscribe, e-mail:

Re: mt: Mailer Tag Error - mt:setrecipient - Help

2002-10-22 Thread Mike Cantrell
FYI, we're having the same issue. I wonder if it's somehow related to the tag pooling email I sent earlier. Patrick Swarts wrote: Hello, After upgrading from Tomcat 4.0. to 4.1.12, I encountered weird errors with certain mailer tags (mt:). Specifically, the mt:setrecipient tag seems to "hold

RE: release() methods for jakarta taglibs

2002-10-22 Thread Halvorson, Loren
This seems very similar to the bug I filed for dbtags last week. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13667 Is someone going to go through and clean up these pooling issues? Or should we be submitting patches? -Original Message- From: Mike Cantrell [mailto:Mike.Cantrell@;ind.a

release() methods for jakarta taglibs

2002-10-22 Thread Mike Cantrell
We are encountering some problems with the Jakarta Taglibs with newer servlet containers that pool the tag objects (Tomcat 4.1.x and JRun 4.0). Most of the tags I looked through don't override the release() method to reset the initial values and do cleanup. For instance, the mailer taglib has

Re: fmt:setLocale problem

2002-10-22 Thread Jan Luehe
Alberto, > I'm using the i18n tags of JSTL in my JSP which is running over > jboss-3.0.1RC1_tomcat-4.0.4. My JSP has these i18n tags: > > <%@ taglib uri="jstl-fmt" prefix="fmt" %> > > > I have added standard.jar and jstl.jar to WEB-INF/lib, fmt.tld to WEB-INF > and the following tags to web.x

Re: c:out and \n

2002-10-22 Thread Henri Yandell
So I've been thinking on this. My favourite idea atm: ... Any thoughts on that? Such as would I need a separate token for replace and with? Hen On Tue, 17 Sep 2002, Henri Yandell wrote: > > I'm not sure. There's nothing really 'html'y about the problem of 'we want > to replace \n'. It's only

fmt:setLocale problem

2002-10-22 Thread Alberto Tomas
Hy all, I'm using the i18n tags of JSTL in my JSP which is running over jboss-3.0.1RC1_tomcat-4.0.4. My JSP has these i18n tags: <%@ taglib uri="jstl-fmt" prefix="fmt" %> I have added standard.jar and jstl.jar to WEB-INF/lib, fmt.tld to WEB-INF and the following tags to web.xml: jstl-fmt fm