Re: Dbtags DB connection in JSP

2001-08-16 Thread Morgan Delagrange
There's nothing intrinsic to the tags that does connection pooling, so you'll probably want to implement something. You might want to check out the DBCP component in the Jakarta Commons subproject. - Original Message - From: "ranjit lingaiah" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> S

Dbtags DB connection in JSP

2001-08-16 Thread ranjit lingaiah
I have a group of JSP pages that make up my application. I specify below DB information info in each of those pages. Question: Is this ok? or do I need to write a connection manager that does connection pooling? thanks, -ranjit

Re: WebSphere and Taglibs

2001-08-16 Thread Matt DeCapua
To run taglibs in WTE you need VAJ3.5.3 or greater.  With earlier versions you can run taglibs by "plugging" in Tomcat.  I haven't done it.   The link below has a few articles on deploying taglibs that may assist: http://www7b.boulder.ibm.com/wsdd/techjournal/   good luck   m@t   >>> [EMAIL P

WebSphere and Taglibs

2001-08-16 Thread Mills, Theo
Anybody ever try taglib's in WebSphere or the WebSphere Test Environment (Visual Age for Java)? It appears that tags with bodies can't be used... it returns a NullPointerException everytime I use a tag that extends BodyTagSupport. But everything works dandy in Tomcat. Anyone know how to fix th

Re: DB connection tag question

2001-08-16 Thread Morgan Delagrange
- Original Message - From: "Karen E. Lee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 16, 2001 1:26 PM Subject: DB connection tag question > I am using DBTags in an app I'm working on... very simple, just one jsp page. I am confused about how to use a datasource

DB connection tag question

2001-08-16 Thread Karen E. Lee
I am using DBTags in an app I'm working on... very simple, just one jsp page. I am confused about how to use a datasource to get the connection. In the API it says "The connection tag also accepts a reference to a Servlet attribute containing a javax.sql.DataSource object. (The attribute is f

Re: DBTags with Scrollable Result Sets

2001-08-16 Thread Morgan Delagrange
No I don't think that's something that's currently supported. I experimented with scrollable result sets a while back, but at the time the MySQL JDBC drivers did not support it. - Original Message - From: "Marcus Andrade" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> S

DBTags with Scrollable Result Sets

2001-08-16 Thread Marcus Andrade
I´m trying to obtain a TYPE_SCROLL_SENSITIVE (or even a ..INSENSITIVE) Resultset with DBTags but the only type the system returns to me is TYPE_FORWARD_ONLY. Is there a way to set this by an attribute inside the tags ? Marcus Peixoto [EMAIL PROTECTED] _

Mailer 1.0 tag not working, Help!

2001-08-16 Thread Lin, Yaxiong
I am using the mailer 1.0 tag, below is my code. It does ran ok with no error, but the mail did not get sent. I verified that JavaMail is working fine with my TomCat through the java code. Any help is appreciated. Please reply to me at [EMAIL PROTECTED] directly. Thanks. - Yaxiong Lin <%@

Error initializing i18n taglibs on Orion 1.5.2

2001-08-16 Thread Henty Waker
Hi there I'm using the i18n taglibrary in my jsp application running from Orion 1.5.2 Whenever a new http session is started and a message tag is used for the first time I get the exception below. If I refresh the page everything works fine from then on until a new session is started again.