Firstly:
doesn't transform ü into ü
it only transforms <, >, & and " into its HTML encoding.
You can see that in the source code of
org.apache.struts.util.ResponseUtils
Secondly:
If you're using charset=ISO-8859-1 your German special characters are only
displayed correctly, if your're using a
[mailto:[EMAIL PROTECTED]]
> Sent: Dienstag, 4. Februar 2003 11:51
> To: 'Struts Users Mailing List'
> Subject: AW: HTML entities (general Struts taglib problem
> with language entities)
>
>
>
> Jesus! So much work for that purpose? :-)
>
> Have you tri
Jesus! So much work for that purpose? :-)
Have you tried to use UTF-8 for your JSPs? Then all that transforming to
HTML encoding is not necessary anymore. It works great at my project, and I
have to use more special characters than in German. (27 languages in fact)
See http://www.anassina.com/st
Mark,
I guess this is one of the mostly asked questions... Have you ever searched
the mailing list about that topic?
The solution is:
You just have to set the filter="false" in the bean:write tag.
Regards,
Bernhard
-Ursprüngliche Nachricht-
Von: Mark Lowe [mailto:[EMAIL PROTECTED]]
G
4 matches
Mail list logo