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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...