[jboss-user] [JBoss Seam] - Re: SeamNavigationHandler is no javax.faces.application.Navi

CptnKirk do-not-reply at jboss.com
Fri Jul 21 20:03:55 EDT 2006


Remove the myfaces-api-1.1.3.jar from your war.  This jar supplies the JSF api interfaces.  These interfaces are already supplied by the server.  You can then override the implementation of these interfaces by including the myfaces-impl jar (like you do) or some other provider.

Although a previous post recommends replacing the version of myfaces that ships with JBoss, this shouldn't be necessary.  Overriding the implementation works fine.

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

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



More information about the jboss-user mailing list