[jboss-user] [JBoss Seam] - Re: url problem

alex_ro_bv do-not-reply at jboss.com
Tue Jan 1 10:45:26 EST 2008


Thank you for the reply, pete, you were right!
in my xhtml files, was a problem. it was like
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
                xmlns:s="http://jboss.com/products/seam/taglib"
                xmlns:ui="http://java.sun.com/jsf/facelets"
                xmlns:f="http://java.sun.com/jsf/core"
                xmlns:h="http://java.sun.com/jsf/html"
                xmlns:rich="http://richfaces.org/rich"
                template="layout/template.xhtml">
generated by seam, and the right way was
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
                xmlns:s="http://jboss.com/products/seam/taglib"
                xmlns:ui="http://java.sun.com/jsf/facelets"
                xmlns:f="http://java.sun.com/jsf/core"
                xmlns:h="http://java.sun.com/jsf/html"
                xmlns:rich="http://richfaces.org/rich"
                template="/layout/template.xhtml">

the tamplate path was wrong, and I was confused by the lack of messages in the log... Thanks a lot!

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

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



More information about the jboss-user mailing list