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 it

RES: JSTL SQL

2003-01-29 Thread Adeilton da Paz Souza
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 it possible that the data already in the database is encoded as unicode? That might explain what you are

Re: JSTL SQL

2003-01-29 Thread Travis McCauley
Is it possible that the data already in the database is encoded as unicode? That might explain what you are seeing in your output. It's possible you just need to configure your browser for unicode or you might need to add the following parameters to the connection string you give the JDBC drive

JSTL SQL

2003-01-29 Thread Jeff Wilder
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 application the correct values are displayed. The '?' only appears from data already in the datab

Problem with nested c:forEach in fmt:message tag

2003-01-29 Thread Alef Arendsen
Hi all, I'm having some trouble with the c:forEach tag when I nest it in a fmt:message tag. The following is what I want to generate: Where the fmt:param's have to be generated from an object array. So the following is the code I use: Ev