I just came across this myself. It is a bug with the component UIFormattedText. 
UIFormattedText extends UIOutput which sets the renderer type to 
"javax.faces.Text", but UIFormattedText doesn't have a renderer. 

UIFormattedText should be setting the renderer type to null in the constructor, 
but it doesn't. 

I found this in version 1.2.1

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074514#4074514

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074514
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to