I am reading through this post and cannot find a solution 

http://wiki.jboss.org/wiki/Wiki.jsp?page=JbossFaces  does not exist.  

I still have this problem trying to Invoke Faces Servlet.  Please help!  Thanks 
a bunch!

This is my web.xml

<context-param>
    <param-name>javax.faces.CONFIG_FILES</param-name>
    <param-value>/WEB-INF/faces-config.xml</param-value>
  </context-param>
  
  <context-param>
    <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
    <param-value>client</param-value>
  </context-param>
  
  
  
    
<listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
  
  
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>11</load-on-startup>
  
  <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>*.faces</url-pattern>
  </servlet-mapping>
  
  
                <servlet-name>TilesServet</servlet-name>
                <servlet-class>
                        org.apache.struts.tiles.TilesServlet
                </servlet-class>
                <init-param>
                        <param-name>definitions-config</param-name>
                        <param-value>/WEB-INF/tiles-defs.xml</param-value>
                </init-param>
                <init-param>
                        <param-name>definitions-parser-validate</param-name>
                        <param-value>true</param-value>
                </init-param>
                <load-on-startup>12</load-on-startup>
        




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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to