[jboss-user] [JBoss Seam] - Re: sjsas and Seam. method not found exception

cisrudlow do-not-reply at jboss.com
Mon Aug 13 08:38:09 EDT 2007


My test-client.xhtml

<?xml version='1.0' encoding='UTF-8' ?> 
<!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:ui="http://java.sun.com/jsf/facelets"
      xmlns:h="http://java.sun.com/jsf/html">
    
        
        This text above will not be displayed.
        
        <ui:composition template="/template.xhtml">
            
            This text will not be displayed.
            
            <ui:define name="title">
                Facelets
            </ui:define>
            
            This text will also not be displayed.
            
            <ui:define name="body">
                Hello, this text comming from template client.
                <h:form>
                    <h:commandButton value="Click me" action="#{test.test}"/>
                </h:form>
            </ui:define>
            
            This text will not be displayed.
            
        </ui:composition>
        
        This text below will also not be displayed.
        
    


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

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



More information about the jboss-user mailing list