I'm trying to use Tomahawk scheduler with Seam, however it won't work unless
I use the MyFacesExtensionsFilter.  But doing that breaks my Seam file
uploads.  Is there other way to do this?  I've tried variations on:
<context-param>
    <param-name>org.apache.myfaces.ADD_RESOURCE_CLASS</param-name>
   
<param-value>org.apache.myfaces.component.html.util.StreamingAddResource</param-value>
  </context-param>
 
   <context-param>
    <param-name>org.apache.myfaces.CHECK_EXTENSIONS_FILTER</param-name>
    <param-value>false</param-value>
  </context-param> 
  <context-param>

<param-name>org.apache.myfaces.DISABLE_TOMAHAWK_FACES_CONTEXT_WRAPPER</param-name>
     <param-value>false</param-value>
  </context-param> 

in web.xml, but that just sends my server into a loop.  This is
tomahawk1.2-1.1.11 with Seam2.2 and jboss5.
TIA
-- 
View this message in context: 
http://old.nabble.com/tomahawk-ExtensionsFilter-tp33716243p33716243.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to