Actually, the new extensions filter web page probably explains it better than the examples.
Try the instructions listed at http://myfaces.apache.org/tomahawk/extensionsFilter.html If they aren't clear or don't work for you, let me know how we can improve them. -Mike On 2/8/06, Martin Marinschek <[EMAIL PROTECTED]> wrote: > Hi Daniel, > > yes you do: you'll need to add the /faces/* mapping as well - see the > examples. > > regards, > > Martin > > On 2/8/06, Daniel Loebbe <[EMAIL PROTECTED]> wrote: > > Hi Martin, > > > > these are my filter settings: > > > > > > <filter> > > > > <filter-name>MyFacesExtensionsFilter </filter-name> > > > > <filter-class> > > > > org.apache.myfaces.component.html.util.ExtensionsFilter > > > > </filter-class> > > > > <init-param> > > > > <param-name>uploadMaxFileSize </param-name> > > > > <param-value>100m </param-value> > > > > </init-param> > > > > <init-param> > > > > <param-name>uploadThresholdSize </param-name> > > > > <param-value>100k </param-value> > > > > </init-param> > > > > </filter> > > > > <filter-mapping> > > > > <filter-name>MyFacesExtensionsFilter </filter-name> > > > > <url-pattern>*.faces </url-pattern> > > > > </filter-mapping> > > > > <filter-mapping> > > > > <filter-name>MyFacesExtensionsFilter </filter-name> > > > > <url-pattern>*.js </url-pattern> > > > > </filter-mapping> > > > > <filter-mapping> > > > > <filter-name>MyFacesExtensionsFilter </filter-name> > > > > <url-pattern>*.css </url-pattern> > > > > </filter-mapping> > > > > > > Maybe I miss somthing? > > > > > > > > Bye, Daniel > > > > 2006/2/8, Martin Marinschek <[EMAIL PROTECTED]>: > > > Bruno should have fixed that by moving all special stuff out to the > > > extensions-filter. > > > > > > You're including the extensions-filter, right? > > > > > > regards, > > > > > > Martin > > > > > > On 2/8/06, Daniel Loebbe <[EMAIL PROTECTED]> wrote: > > > > Any news concerning this issue? The last nightly builds did not contain > > a > > > > correction. > > > > > > > > Bye, Daniel > > > > > > > > > > > > 2006/2/1, Daniel Loebbe <[EMAIL PROTECTED]>: > > > > > > > > > > Great to hear this. Thanks a lot! > > > > > > > > > > Looking forward, > > > > > > > > > > Daniel > > > > > > > > > > > > > > > 2006/2/1, Martin Marinschek <[EMAIL PROTECTED] >: > > > > > > > > > > > Yeah, there is YAB (yet another bug) open on this. Bruno will fix > > this > > > > > > together with me, sometime today or tomorrow. > > > > > > > > > > > > regards, > > > > > > > > > > > > Martin > > > > > > > > > > > > On 2/1/06, Daniel Loebbe <[EMAIL PROTECTED]> wrote: > > > > > > > And I got the following output con the console: > > > > > > > > > > > > > > > > > > > > > WARN util.AddResource - MyFaces special javascript could not be > > > > retrieved > > > > > > > from request-map. > > > > > > > > > > > > > > ERROR util.MyFacesResourceLoader - Unparsable lastModified : > > > > @lastModified@ > > > > > > > > > > > > > > > > > > > > > Did the filter settings change in the meantime? > > > > > > > > > > > > > > Bye, Daniel > > > > > > > > > > > > > > > > > > > > > > > > > > > > 2006/1/30, Martin Marinschek < [EMAIL PROTECTED] >: > > > > > > > > Done! > > > > > > > > > > > > > > > > regards, > > > > > > > > > > > > > > > > Martin > > > > > > > > > > > > > > > > On 1/30/06, Daniel Loebbe < [EMAIL PROTECTED]> wrote: > > > > > > > > > Hi, > > > > > > > > > > > > > > > > > > I tried that, but the error message is the same. Here is the > > > > html-code I > > > > > > > get > > > > > > > > > now: > > > > > > > > > > > > > > > > > > <form id="jsCookMenuForm" method="post" > > > > > > > > > action="/Gasoline_Web/pages/main.faces" > > > > > > > > > enctype="application/x-www-form-urlencoded"> > > > > > > > > > <script type="text/javascript">var > > > > jsCookMenuForm_jsCookMenu_menu = > > > > > > > > > [[null, 'Information', > > > > > > > 'jsCookMenuForm_jsCookMenu_menu:', > > > > > > > > > 'linkDummyForm', null,[null, 'Aktuelle Informationen', > > > > > > > > > 'jsCookMenuForm_jsCookMenu_menu:information', > > > > > > > > > 'linkDummyForm', null], > > > > > > > > > [null, 'Benachrichtigungen', > > > > > > > > > > > 'jsCookMenuForm_jsCookMenu_menu:bulletinBoard', > > > > > > > > > 'linkDummyForm', null], > > > > > > > > > [null, 'Kontakt', > > > > > > > 'jsCookMenuForm_jsCookMenu_menu:contact', > > > > > > > > > 'linkDummyForm', null], ....... > > > > > > > > > ];</script> > > > > > > > > > <div > > id="jsCookMenuForm_jsCookMenu_menu"></div> > > > > > > > > > <script type="text/javascript"> cmDraw > > > > > > > > > ('jsCookMenuForm_jsCookMenu_menu', > > > > > > > > > jsCookMenuForm_jsCookMenu_menu, 'hbr', cmThemeOffice, > > > > > > > > > 'ThemeOffice');</script> > > > > > > > > > <input type="hidden" name=" com.sun.faces.VIEW" > > value="XXXXX" /> > > > > > > > > > <input type="hidden" name="jsCookMenuForm" > > > > value="jsCookMenuForm" /> > > > > > > > > > </form> > > > > > > > > > > > > > > > > > > The form 'linkDummyForm' is still there but not rendered into > > the > > > > page. > > > > > > > > > > > > > > > > > > Bye, Daniel > > > > > > > > > > > > > > > > > > > > > > > > > > > 2006/1/26, Martin Marinschek < [EMAIL PROTECTED]>: > > > > > > > > > > Can you try to wrap the whole jscookmenu in a form? > > > > > > > > > > > > > > > > > > > > the dummyform should only be rendered if necessary... > > > > > > > > > > > > > > > > > > > > regards, > > > > > > > > > > > > > > > > > > > > Martin > > > > > > > > > > > > > > > > > > > > On 1/26/06, Daniel Loebbe < [EMAIL PROTECTED] > wrote: > > > > > > > > > > > Hi, > > > > > > > > > > > > > > > > > > > > > > seems that I found the reason. The form "linkDummyForm" > > and > > > > the js > > > > > > > > > function > > > > > > > > > > > "clear_linkDummyForm" are missing / not rendered. > > > > > > > > > > > > > > > > > > > > > > Has anyone a solution for this (both seems to be rendered > > by > > > > the > > > > > > > MyFaces > > > > > > > > > JSF > > > > > > > > > > > implementation but not by Sun's RI)? > > > > > > > > > > > > > > > > > > > > > > Thanks, > > > > > > > > > > > > > > > > > > > > > > Daniel > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > > > > > > > > > > > > > http://www.irian.at > > > > > > > > > > > > > > > > > > > > Your JSF powerhouse - > > > > > > > > > > JSF Consulting, Development and > > > > > > > > > > Courses in English and German > > > > > > > > > > > > > > > > > > > > Professional Support for Apache MyFaces > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > > > > > > > > > http://www.irian.at > > > > > > > > > > > > > > > > Your JSF powerhouse - > > > > > > > > JSF Consulting, Development and > > > > > > > > Courses in English and German > > > > > > > > > > > > > > > > Professional Support for Apache MyFaces > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > > > > > http://www.irian.at > > > > > > > > > > > > Your JSF powerhouse - > > > > > > JSF Consulting, Development and > > > > > > Courses in English and German > > > > > > > > > > > > Professional Support for Apache MyFaces > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > http://www.irian.at > > > > > > Your JSF powerhouse - > > > JSF Consulting, Development and > > > Courses in English and German > > > > > > Professional Support for Apache MyFaces > > > > > > > > > > -- > > http://www.irian.at > > Your JSF powerhouse - > JSF Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces >

