I also had to turn AUTO_SCROLL off but I was using Facelets with MyFaces on Tomcat 5.5.X or I would have horrible javascript in the strangest places on my web pages.
Regards, David -----Original Message----- From: Garner Shawn [mailto:[EMAIL PROTECTED] Sent: Thursday, June 08, 2006 9:30 PM To: [email protected] Subject: commandLinks don't work on Tomcat 5.5.17 I set the following param-value to false and now my command links work now. Why isn't the autoscroll stuff working? <context-param> <param-name>org.apache.myfaces.AUTO_SCROLL</param-name> <param-value>false</param-value> <description> If true, a javascript function will be rendered that is able to restore the former vertical scroll on every request. Convenient feature if you have pages with long lists and you do not want the browser page to always jump to the top if you trigger a link or button action that stays on the same page. Default: "false" </description> </context-param>

