Re: using datasource

2002-08-04 Thread Hans Bergsten
anand wrote: > > Well what I mean was how you tell the JSTL to use what datasource. > I have more than one datasource defined in config.xml that are > Connection pooled. In web xml > > Can I just say like this > > > >javax.servlet.jsp.jstl.sql.dataSource > > >myDataSour

RE: using datasource

2002-08-04 Thread anand
part of your JSP web server configuration. -Original Message- From: The Kelley's [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 04, 2002 1:28 PM To: Tag Libraries Users List; [EMAIL PROTECTED] Subject: RE: using datasource I don't have to write a servlet that specifies the

RE: using datasource

2002-08-04 Thread The Kelley's
M To: 'Tag Libraries Users List' Subject: RE: using datasource Well what I mean was how you tell the JSTL to use what datasource. I have more than one datasource defined in config.xml that are Connection pooled. In web xml Can I just say like this javax.servlet.jsp

RE: using datasource

2002-08-04 Thread anand
- From: anand [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 04, 2002 12:01 PM To: 'Tag Libraries Users List' Subject: using datasource Does anyone know the syntax for coding datasource in the Web.xml, can you give an example please. Thanks, -Dave -Original Message- From: Sh

using datasource

2002-08-04 Thread anand
Does anyone know the syntax for coding datasource in the Web.xml, can you give an example please. Thanks, -Dave -Original Message- From: Shawn Bayern [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 04, 2002 9:24 AM To: Tag Libraries Users List; [EMAIL PROTECTED] Subject: RE: JSTL in A