RE: BasicDataSource data source usage.

2002-11-25 Thread Anthony Mutiso 2
documentation but somehow over looked it. Thanks again Anthony -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: November 22, 2002 2:56 PM To: Struts Users Mailing List Subject: Re: BasicDataSource data source usage. On Fri, 22 Nov 2002, Anthony Mutiso 2 w

BasicDataSource data source usage.

2002-11-22 Thread Anthony Mutiso 2
The struts javadoc page for GenericDataSource says to use BasicDataSource. When I configure a struts data-source with BasicDataSource, my struts 1.1 b2 application fails work with a java.sql.SQLException: Cannot load JDBC driver class 'null' On the appplication startup While if I remove the "t

strust 1.1-b2 in tomcat 4.0.6

2002-11-20 Thread Anthony Mutiso 2
Hi, I have a struts webapp that is deployed as a war file. I developed the app on tomcat 4.1.12 on which all works as it should. For a test I installed and configured tomcat 4.0.6 and deployed my war file. The application mostly works except for access to one page results in JVM crash with the fo

working with resource.properties files in JSTL & Struts

2002-11-07 Thread Anthony Mutiso 2
What is recognized way to get JSTL tag to share the same resources bundle as Struts tag? Thanks Anthony -- To unsubscribe, e-mail: For additional commands, e-mail:

*reset* why is it not being called

2002-10-24 Thread Anthony Mutiso 2
I have a form that on succesful submission loops back to the same page but more data is displayed at the bottom of the page. My problem is that the reset button in the form only clears the form to the data that was in the form after the last submit. So every time I submit, if I press reset nothin

making struts and velocity share the same datasource

2002-10-22 Thread Anthony Mutiso 2
Hi folks, I am trying to use velocity templates from a database within a struts application. I have configured velocity to use the "org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader" resouce loader, but my templates are never found. I suspect this is because I cannot tell veloci