I have a page :
<ui:composition>
<f:view>
<h:form>
<h:panelGroup>
<h:panelGrid>
è è è
</h:panelGrid>
</h:panelGroup>
</h:form>
</f:view>
</ui:composition>
because of the the letter è i get a error:
Error Parsing /private/components/...xhtml: Error Traced[line: 15] Invalid byte 2 of
3-byte UTF-8 sequence.
to solve the problem i can put that letter in the Messages.properties and the use a
<h:outputLabel...; there is another way?
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986148#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...