jstl sql dataSource configuration help

2002-04-01 Thread James Hazel
Hi. I am a student taking a class in JSP's and my current project is to use the jstl in a web-app tied into a database. I believe the problem I am having derives from getting a datasource. my jsp code is: sql:query var=stuff dataSource=${dataSource} SELECT * FROM articles/sql:query

Re: jstl sql dataSource configuration help

2002-04-01 Thread Shawn Bayern
On Mon, 1 Apr 2002, James Hazel wrote: my jsp code is: sql:query var=stuff dataSource=${dataSource} SELECT * FROM articles/sql:query c:out value=Query completed. Rows returned are: / c:out value=$stuff.getSize() / I configured the dataSource as a class implementing the

[OFF-TOPIC] Re: jstl sql dataSource configuration help

2002-04-01 Thread Dave Newton
On Monday 01 April 2002 04:45 pm, James Hazel wrote: I am a student taking a class in JSP's and my current project is to use the jstl in a web-app tied into a database. I believe the problem I am having derives from getting a datasource. When I was a kid I took Fortran (and Prime assembly!)