Euro character in c:out

2002-10-03 Thread zze-JEANJEAN S ext FTRD/DMI/SOP
Hello everybody ! I use the c:out jstl tag in a jsp page, when I put a Euro character (EUR), the result is '?' Somebody can help me ?!! Thanks !! Stéphane

Re: Euro character in c:out

2002-10-03 Thread Roberto Mannai
Perhaps, anyway, could be jsp file's enconding charset. Choose unicode, and try again... bye - Original Message - From: zze-JEANJEAN S ext FTRD/DMI/SOP [EMAIL PROTECTED] To: Tag Libraries Users List [EMAIL PROTECTED] Sent: Thursday, October 03, 2002 2:50 PM Subject: RE: Euro character

RE: Euro character in c:out

2002-10-03 Thread zze-JEANJEAN S ext FTRD/DMI/SOP
I try to put : %@ page contentType=text/html; charset=ISO-8859-1 % But nothing changes. There is a ? in place of euro character :(( Stéphane -Message d'origine- De : Roberto Mannai [mailto:[EMAIL PROTECTED]] Envoyé : jeudi 3 octobre 2002 15:11 À : Tag Libraries Users List Objet : Re:

RE: Euro character in c:out

2002-10-03 Thread Gideon, Thomas
Does the font specified include the Euro sumbol? Check any fonts set in the actual HTML through style attributes, style classes or font tags. Also set the browsers's default font settings. If you can determine the applicable font, you can use a font viewer to determine if that font includes

RE: Euro character in c:out

2002-10-03 Thread Karr, David
-Original Message- From: zze-JEANJEAN S ext FTRD/DMI/SOP [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 7:46 AM To: Tag Libraries Users List Subject: RE: Euro character in c:out I try to put : %@ page contentType=text/html; charset=ISO-8859-1 % But nothing

RE: Euro character in c:out

2002-10-03 Thread zze-JEANJEAN S ext FTRD/DMI/SOP
Hi Thomas, There is no problem with fonts, when I read the source of the generated html page, I can see the ? character in place of euro symbol. When I put directly the euro symbol in the HTML, the output is correct. Thanks, Stéphane -Message d'origine- De : Gideon, Thomas

Re: XTags Question - Please help

2002-10-03 Thread Tod Thomas
Kilian, Rex wrote: http://www.mail-archive.com/taglibs-dev@jakarta.apache.org/msg01116.html Look for xtags:style in the message. This post helped me when I was using XTags. Thanks Rex, I took a look and modified my .jsp: xtags:parse

RE: XTags Question - Please help

2002-10-03 Thread Kilian, Rex
I noticed strange behavior with the xtags:style tag. It wasn't as straight forward as the other tags. How about one of these two solutions? from styledemo2.jsp in the xtags-examples.war xtags:style xsl=/style/article-html.xsl %@include file=/style/test2.xml % /xtags:style from

Iteration tag application

2002-10-03 Thread Vernon Wu
The iteration tag like c:forEach is great to retrieve a list of data. I, however, recently find some sort of dissatisfied with its application. Here are two scenarios to make my this point. One is that after having a list of data, a user usually will do some about it, say, take a look at of