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 "ui" [/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