Most of my pages are located in src/main/webapp/pages. But it doesn't work either for
pages located in src/main/webapp.
And also most of the pages use a template located in src/main/webapp/layout. But pages
without template-usage doesn't work either.
One simple page looks like this:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
| <html
xmlns="http://www.w3.org/1999/xhtml"
|
xmlns:h="http://java.sun.com/jsf/html"
|
xmlns:f="http://java.sun.com/jsf/core"
|
xmlns:s="http://jboss.com/products/seam/taglib"
|
xmlns:ui="http://java.sun.com/jsf/facelets">
|
| <head>
| <title>#{messages['common.errorTitle']}</title>
| </head>
| <body>
| <h1>#{messages['common.errorHeader']}</h1>
| <span class="errors">
| <h:messages id="messages" globalOnly="true"/>
| </span>
| </body>
| </html>
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235550#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...