"[EMAIL PROTECTED]" wrote : Looks OK. How about faces-config.xml?

this is my faces-config.xml

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE faces-config 
PUBLIC "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN"
                            "http://java.sun.com/dtd/web-facesconfig_1_0.dtd";>
<faces-config>

        <!-- Phase listener needed for all Seam applications -->
        
        
                
<phase-listener>org.jboss.seam.jsf.SeamPhaseListener</phase-listener>
        

</faces-config>
------------------
component.xml



    
        false
        #{ejbName}/local
    
    
    


---------
this is the code between body tag of index.jsp

Welcome to TestSeam

<table border=0>
    
        Register
    
 
----
there is a link to a page namely register.jsp inside a folder with the name 
"pages"

the first page works properly but when I click on the link the exception occurs.

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

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


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to