Quote:
quote:Originally posted by praveen
check ur datasource name and its connection to your file
PRAVEEN
|
plz use the following for getting connection-
<sql:setDataSource var="datasource"
url="jdbc:mysql://localhost:3306/shopping_cart"
driver="com.mysql.jdbc.Driver"
user="deepak" password="deepak" />
plz put 3306 inplace of 8080 if u are running your application at localhost.
sushil pal