This content has been marked as final.
Show 4 replies
-
1. Re: milepik@email.cz
phejl Feb 4, 2008 8:24 AM (in response to lepik)Can you provide more details? What did you configured? What type of the project? Did configure the data source? Any details would help a lot.
Thanks,
P. -
2. Re: milepik@email.cz
lepik Feb 9, 2008 3:16 AM (in response to lepik)I am continue help me!
<sql:dataSourceset dataSource='postgresDS' url='jdbc:postgresql://localohost:5432/postgres' driver='org.postgresql.Driver' passwords="" user="post" />
<sql:dataSource ....>
<sql:query var="qery" dataSource="postgresDS" >
SELECT * from friend
</sql:query>
..... -
3. Re: milepik@email.cz
phejl Feb 9, 2008 4:53 AM (in response to lepik)I think the reason could be miscofigured datasource tag. Imo you should use preconfigured datasource xor url/driver/password approach. Nice tutorial is here: http://www.oracle.com/technology/sample_code/tech/java/codesnippet/jsps/jstlsql.html
-