[jboss-user] [JBoss Seam] - Re: Some latin characteres are not rendered properly

petemuir do-not-reply at jboss.com
Tue Oct 3 13:01:38 EDT 2006


You're using facelets? There is a difference (I can't remember what it is off the top of my head, browse the list archive) between what is rendered using #{bean.proprety} and <h:outputText value="#{bean.property}" /> (for which you have the optional escape attribute).  How about using 
<h:outputText value="var test = "#{messages.summer}";"/>

Or similar (escaping the ")

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975830



More information about the jboss-user mailing list