PATRICIA GUEDES wrote:
Hi everyone,

Sorry for my bad English, I´m from Brazil.

We are trying to implement a JSF project using Oracle Jdev (10.1.3)
that comes with JSF and Struts, MyFaces (1.1.0), Struts(Validator) and
Tiles(MyFaces).

We created a Jdev JSP Tag Library pointing to the file tomahawk.jar
using the steps found on Oracle website
(http://www.oracle.com/technology/products/jdev/101/howtos/myfaces/index.html).

When we introduce the listener
org.apache.myfaces.webapp.StartupServletContextListener into web.xml
and the view-handler
org.apache.myfaces.application.jsp.JspTilesViewHandlerImpl into
faces-config,  the faces-config.xml file seems to became to be
uninterpreted and neither the navigation and the managed-beans are not
recognized anymore.

With myfaces 1.1.0, the StartupServletContextListener should not be defined in the web.xml file (it is now defined in one of the config files within the myfaces jar file).

I don't know if this will fix all your problems...

Regards,

Simon

Reply via email to