[jboss-user] [JBoss Seam] - Re: character encoding problem

rapowder do-not-reply at jboss.com
Thu Jul 19 08:30:50 EDT 2007


pageHeader shouldn't be a page, but you have to define the content that replaces it in each page that uses your template:

<ui:define name="pageHeader">
  | ....
  | </ui:define>

Why don't you put the charset declaration in the html head (which should be in your template file)?


  | <head>
  | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
  | ..
  | </head>
  | 

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

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



More information about the jboss-user mailing list