Hi,
I'm using Sun's Java 1.6.07, GF v2ur2-b04 and Mojarra 1.2.09-b02-FCS and something bizzarre is happening: the line
[pre]
<h:outputText value="test" style="color: red"/>
[/pre]
is rendered as
[pre]
[code]
<span>test</span>
[/code]
[/pre]
The correct output should be
[pre]
[code]
<span style="color: red">test</span>
[/code]
[/pre]
If I deploy the very same .war into GFV2ur1 then GF renders the correct code.
Thanks for any help.
Leandro
[Message sent by forum member 'leandro_komosinski' (leandro_komosinski)]
http://forums.java.net/jive/thread.jspa?messageID=289041