I'm trying to use autoscroll, but the described problem comes up: commandLinks do nothing because the getScrolling() JS method is not in the page. What is the actual status on autoscroll? I see in discussions that it is supposed to be fixed in 1.1.3. I am using the commandLinks in a h:form, they work with autoscroll = false. MyFaces API, Impl and Tomahawk are 1.1.3. ExtensionsFilter is defined in web.xml as <servlet> <servlet-name>FacesServlet</servlet-name> <servlet-class>javax.faces.webapp.FacesServlet</servlet-class> <load-on-startup>1</load-on-startup> </servlet> <servlet-mapping> <servlet-name>FacesServlet</servlet-name> <url-pattern>/faces/*</url-pattern> </servlet-mapping> <filter> <filter-name>extensionsFilter</filter-name> <filter-class>org.apache.myfaces.webapp.filter.ExtensionsFilter</filter-class> <init-param> <description>Set the size limit for uploaded files. Format: 10 - 10 bytes 10k - 10 KB 10m - 10 MB 1g - 1 GB </description> <param-name>uploadMaxFileSize</param-name> <param-value>100m</param-value> </init-param> <init-param> <description>Set the threshold size - files below this limit are stored in memory, files above this limit are stored on disk. Format: 10 - 10 bytes 10k - 10 KB 10m - 10 MB 1g - 1 GB </description> <param-name>uploadThresholdSize</param-name> <param-value>100k</param-value> </init-param> </filter> <filter-mapping> <filter-name>extensionsFilter</filter-name> <servlet-name>FacesServlet</servlet-name> </filter-mapping> <filter-mapping> <filter-name>extensionsFilter</filter-name> <url-pattern>/faces/myFacesExtensionResource/*</url-pattern> </filter-mapping> Funny thing: commandLink inside a tree2 works on the first page, but on the second page commandLinks do nothing in a tree2 nor a data table. I presume the ExtensionsFilter is setup correctly, because in the generated HTML of the problematic page I have <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"><head> <script type="text/_javascript_" src=""><!-- //--></script> <script type="text/_javascript_" src=""><!-- //--></script><title> at the top. Met vriendelijke groeten, Jan Dockx CTO PeopleWare NV - Head Office Cdt.Weynsstraat 85 B-2660 Hoboken Tel: +32 3 448.33.38 Fax: +32 3 448.32.66 PeopleWare NV - Branch Office Geel Kleinhoefstraat 5 B-2440 Geel Tel: +32 14 57.00.90 Fax: +32 14 58.13.25 |
- autoscrolling Jan Dockx
- Re: autoscrolling Mike Kienenberger

