[jboss-user] [JBoss Seam] - Re: Why would adding the following to pages.xml give me: No

samdoyle do-not-reply at jboss.com
Mon Oct 1 23:00:34 EDT 2007


Here is my bare bones notificationAdmin.xhtml


  | <!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
  | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  | <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.ajax4jsf.org/rich"
  |                 template="layout/template3col.xhtml">
  |                    
  |    <h:messages globalOnly="true" styleClass="message"/>
  |    
  |    <ui:param name="activeTab" value="NotificationAdmin"/>
  |    
  |    <ui:define name="leftsidebar">
  |    </ui:define>
  |    <ui:define name="content">
  |    </ui:define>
  |    <ui:define name="rightsidebar">
  |    </ui:define>
  |    
  | </ui:composition>
  | 

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

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



More information about the jboss-user mailing list