[jboss-user] [JBoss Seam] - Re: Step-by-Step Seam Getting Started Guide

aozoren do-not-reply at jboss.com
Fri Aug 11 20:44:36 EDT 2006


One more thing...

in page.ftl and template.ftl, namespaces are defined as follows..

<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:ui="http://java.sun.com/jsf/facelets"
      xmlns:h="http://java.sun.com/jsf/html"
      xmlns:f="http://java.sun.com/jsf">

I believe the "f" namespace should be as follows

"http://java.sun.com/jsf/core", or the f tags don't not work.. For instance for loading bundles.. Talking about message bundles, it would be nice to put one under "blankWeb/WebContent/WEB-INF/classes"

Also, there are two template.xhtmls in the blank project. The one under "WebContent" is not used by the generated pages.

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

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



More information about the jboss-user mailing list