Quoting Martin Marinschek <[EMAIL PROTECTED]>:

If it isn't this, try out the examples if they are working with your
version of MyFaces!


I'm still trying to use jscookmenu in my app without including js code.

I've studied simple.war web.inf file, and I'm trying to use extensionsFilter in my app. But, if I include the following rows:

   <filter>
       <filter-name>extensionsFilter</filter-name>
<filter-class>org.apache.myfaces.component.html.util.ExtensionsFilter</filter-class>
.....snip.........
   </filter>
   <filter-mapping>
       <filter-name>extensionsFilter</filter-name>
       <url-pattern>*.jsf</url-pattern>
   </filter-mapping>

I obtain this error:

GRAVE: Faces context not found. getResponseWriter will fail. Check if the FacesServlet has been initialized at all in your web.xml.

I'm trying with myfaces-20050926->myfaces-all.jar . The simple.war webapp works well.

any suggestion ? thanks.

--
Francesco Consumi


Reply via email to