Re: Datasource/jstl problem

2005-06-23 Thread Charl Gerber
Its seems you have correctly defined the datasource, but it is not linked to your application. In the server.xml your application should be defined as a context and in the context you have to specify that the global resource defined earlier is available to this application. Look at resource-ref

Datasource/jstl problem

2005-06-22 Thread werner
Hi, I followed the example on : http://jakarta.apache.org/tomcat/ tomcat-5.0-doc/jndi-datasource-examples-howto.html The only thing I changed was jdbc/TestDB into jdbc/weblog. on al locations I could find. If I look at my page (http://www.karnhuis.nl/gastenboek.jsp) The ${row.name} and

JSTL Problem on Tomcat

2004-08-12 Thread Younes El Moumen
Hi all, when I try to validate this code: c:if test='${!empty param.con}' c:import url=/content.jsp/ /c:if I become an Error: According to TLD or attribute directive in tag file, attribute test does not accept any

JSP/JSTL Problem on Tomcat

2004-08-12 Thread Younes El Moumen
when I try to validate this code: c:if test='${!empty param.con}' c:import url=/content.jsp/ /c:if I become an Error: According to TLD or attribute directive in tag file, attribute test does not accept any

Re: JSTL Problem on Tomcat

2004-08-12 Thread Peter Huesser
when I try to validate this code: c:if test='${!empty param.con}' c:import url=/content.jsp/ /c:if I become an Error: According to TLD or attribute directive in tag file, attribute test does not accept any expressions does

AW: JSTL Problem on Tomcat

2004-08-12 Thread Younes El Moumen
yes it works thank you :-) I've copied the tld files to my WEB-INF and added the Taglibs at the of my web.xml. -Ursprüngliche Nachricht- Von: Peter Huesser [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 12. August 2004 15:02 An: Tomcat Users List Betreff: Re: JSTL Problem on Tomcat

Jstl problem

2003-09-23 Thread Julien Martin
Hello, I am developing an application that uses Jstl for internationalization. I store a string called lang in a request attribute (${requestScope.lang}). This string is either fr or es. My page is sometimes in french even though the lang attribute is es and vice versa. It seems as if the

RE: JSTL problem (was Oracle Type 4 Driver)

2003-06-06 Thread Schwartz, David (CHR)
Bainbridge [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 4:11 PM To: Tomcat Users List Subject: Re: JSTL problem (was Oracle Type 4 Driver) On Thu, 5 Jun 2003 03:57, Schwartz, David (CHR) wrote: sql:urljdbc:oracle:thin:x:1521:/sql:url I don't think it likes the URL you

RE: JSTL problem (was Oracle Type 4 Driver)

2003-06-05 Thread Schwartz, David (CHR)
/ -Original Message- From: David N. Foote [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 1:09 PM To: Tomcat Users List Subject: JSTL problem (was Oracle Type 4 Driver) David, I don't think I can help you without seeing some error message. Just knowing that index.jhtml doesn't work

RE: JSTL problem (was Oracle Type 4 Driver)

2003-06-05 Thread Schwartz, David (CHR)
/ -Original Message- From: David N. Foote [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 1:09 PM To: Tomcat Users List Subject: JSTL problem (was Oracle Type 4 Driver) David, I don't think I can help you without seeing some error message. Just knowing that index.jhtml doesn't work

Re: JSTL problem (was Oracle Type 4 Driver)

2003-06-05 Thread Jason Bainbridge
On Thu, 5 Jun 2003 03:57, Schwartz, David (CHR) wrote: sql:urljdbc:oracle:thin:x:1521:/sql:url I don't think it likes the URL you are giving it, is x the servername or IP and the instance name? NB. the thin driver access the server directly so totally ignore your