[jboss-user] [JBoss Seam] - Re: Project setup with Icefaces

ansel1 do-not-reply at jboss.com
Thu Dec 21 15:22:34 EST 2006


I was running into this too.  I read somewhere that this might help, and when I tried it, it did work.

Replace:

<servlet>
  |         <servlet-name>Faces Servlet</servlet-name>
  |         <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
  |         <load-on-startup>1</load-on-startup>
  | </servlet>

with this myfaces servlet:

<servlet>
  |         <servlet-name>Faces Servlet</servlet-name>
  |         <servlet-class>org.apache.myfaces.webapp.MyFacesServlet</servlet-class>
  |         <load-on-startup>1</load-on-startup>
  | </servlet>

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

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



More information about the jboss-user mailing list