Re: JSTL SQL

2003-01-29 Thread Travis McCauley
Never mind, I was thinking MySql not MS SQL Server. That certainly will not help you. Sorry, Travis What? -Mensagem original- De: Travis McCauley [mailto:[EMAIL PROTECTED]] Enviada em: quarta-feira, 29 de janeiro de 2003 16:51 Para: Tag Libraries Users List Assunto: Re: JSTL SQL Is

Re: JSTL SQL

2003-01-29 Thread Travis McCauley
JDBC driver. useUnicode=true&characterEncoding=UTF-8 Travis McCauley UVA Using the JSTL's sql implementation when I query information from a microsoft sql server for some characters i get '?' in place of quotes or other characters. When i edit this information with my applicatio

Re: JSTL and boolean Attributes ???

2003-01-22 Thread Travis McCauley
bject like: package.name.CheckerObject@45e66 If the class overrides toString() this probably wouldn't happen though. Travis McCauley University of Virginia -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: JSTL confused by overloading accessor methods

2003-01-09 Thread Travis McCauley
three things must be true: - A getXxx() method or setXxx() method must exist. - If they both exist, the return type of getXxx() must match the type of the formal parameter in setXxx(). That is, in - No more than one setXxx() method may exist. Thanks very much for that helpful informati

JSTL confused by overloading accessor methods

2003-01-09 Thread Travis McCauley
ion for this but it seems a little weird. I'm running Tomcat 4.1.12 on Java 1.3 on Mac OS X. I get the same error with the JSTL 1.0.2 release AND with the nightly build. Any ideas what's up with this? Sincerely, Travis McCauley Tibetan and Himalayan Digital Library University of Vi

Re: taglib directives confusion

2002-11-21 Thread Travis McCauley
I think I was confused because I took the taglib directive out of a page that is only included by other pages. I can do that and the page still works. Is it not supposed to? I know the page is re-compiling. Travis Travis McCauley wrote: Hello, I am still new to jsp and jstl and I'm a l

taglib directives confusion

2002-11-20 Thread Travis McCauley
Hello, I am still new to jsp and jstl and I'm a little confused about why it is not necessary to add a taglib directive at the top of a page for the standard taglib like: <%@ taglib prefix = "c" uri = "http://java.sun.com/jstl/core"; %> In fact, when I included this unnecessarily, I got some w

RE: EL in String Taglib 1.0

2002-11-01 Thread Travis McCauley
orative Tibetan dictionary server. I had been working in ColdFusion. I'm now a complete convert but I would not have been nearly so eager to jump into jsp were it not for jakarta-taglibs. They're terrific. Best Regards, Travis McCauley Charlottesville, VA -- To unsubscribe, e-mail: <mai

EL in String Taglib 1.0

2002-11-01 Thread Travis McCauley
Hello, I apologize if this has been covered recently. I'm trying to find out how to use EL expressions in the 'with' attribute of a str:replace tag. I'm using the 10/8/02 1.0 Release Version. Thanks, Travis -- To unsubscribe, e-mail: F