users@glassfish.java.net

escape sequence problem

From: <glassfish_at_javadesktop.org>
Date: Mon, 29 Mar 2010 05:59:40 PDT

I did an update form netbeans 6.7 to 6.8 this includes an update of glassfish from version V2 to V3.

I deployed a JSF 1.2 project which was created with nb 6.7 to the new Glassfish V3.

The application creates normaly an outputtext like:

[b]bla: "ui". [/b]

but the output text is now

[b]bla &quotui&quot [/b]

The source code within the mbean looks like:

[b]String a = "bla\"ui\"."[/b].

My question is why is the escape sequence of \" not working anymore?
Other escape sequences like \' \n \t are already working fine.
[Message sent by forum member 'merschi']

http://forums.java.net/jive/thread.jspa?messageID=394273