PLZ HELP For some unknown reason i can't get by taglib (dbtags) located

2002-04-09 Thread chuck amadi
PLz help forsome unknown reason i now can't get my dbtags.tld recongnised. Prior to this everthing was fine. I haven't used taglibs for a while but i know how to comfigure within my web application.I am aware that it requesting META-INF but this is also there as usaully. I have completed the

Re: Can't locate META-INF and teething problems as a result with dbtags and mysql Driver

2002-04-09 Thread Chuck Amadi
Dave Newton wrote: On Wednesday 03 April 2002 03:50 am, Chuck Amadi wrote: Sorry if sounds pathetic nevetheless i have downloaded the (mysql) mm.mysql-2.0.4-bin.jar file . I was able to get the PostgrSql to function correctly by installing dbtags taglibrary and followed the configuration

Re: i18n:bundle locale Initialization Problem

2002-04-09 Thread RAYMOND Romain
Hello, I arrive to use fmt:bundle and fmt:locale but I would like to initialize my default Locale Bundle to call the default .properties message file (for example mymsgs.properties and not mymsgs_en_US.properties ...). What Locale jave I to initialize to access my default bundle ?

how can I compare strings in c:if

2002-04-09 Thread marba
I'm try to compare two string fields in a MySql table row here's my code that evaluate false even if the strings are identical: sql:query var=filiali dataSource=${ds} SELECT * FROM FILIALI_EXT_LOG LEFT JOIN FILIALI_EXT USING (ID) WHERE FILIALI_EXT_LOG.LASTMODI c:out

Re: how can I compare strings in c:if

2002-04-09 Thread Shawn Bayern
Are you sure the strings are really identical? For instance, just to be sure you're using two different Strings with the same value, you can experiment via the String copy constructor. Doing this demonstrates that JSTL's '==' operator does work correctly: %@ taglib prefix=c

string substring tag

2002-04-09 Thread Andrea Grittini
Hello all, Using String tag libraries to perform an substring of a formatted date string, like in this example: str:substring start=2 end=4str:reversec:out value=${myvar}//str:reverse/str:substring I got the same error as the uppercase error of the last week: Maybe the tag don't

Re: string substring tag

2002-04-09 Thread Henri Yandell
Hi Andrea, All the string tags support bodies, and last weeks fix should affect every tag as it was in an abstract class. I'm lazy(?) I do all the JSP like work in an abstract class and my actual tag classes are really special StringTag classes with a changeString method. So I can test with the

Re: how can I compare strings in c:if

2002-04-09 Thread Shawn Bayern
On Tue, 9 Apr 2002, marba wrote: javax.servlet.ServletException: Attempt to apply operator to arguments of type org.apache.taglibs.standard.tag.common.sql.ColumnImpl and org.apache.taglibs.standard.tag.common.sql.ColumnImpl Ah, I believe you're using an older version of the JSTL RI; sorry I

problems starting out

2002-04-09 Thread tony
Hello, I'm new. I have read the last three or four pages of the archives and my questions were not there but I bet they are a FAQ... 1. I can't get the URI right so I am getting can't find /dbtags messages 2. I only need the escapeSQL tag from DBtags (the pages that worked with Tomcat 3.x