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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to