I had a mistake in the filter-mapping entry. Thanks. There is an error on the myfaces page for filter extensions. in the filter section, the <description> tag should be before the <param-name> tag. And the </ url-pattern> end tag should be </url-pattern>.
For those that cut and paste it. -----Original Message----- From: Bruno Aranda [mailto:[EMAIL PROTECTED] Sent: Monday, January 30, 2006 1:16 AM To: MyFaces Discussion; [EMAIL PROTECTED] Subject: Re: getScrolling() missing in new nightly build Do you have the extensionsFilter configured in your web.xml file? Regards, Bruno 2006/1/30, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > For my application, I built the nightly build from Jan 23, and my > application worked. I built the build from last night, but I am > getting an error because the javascript function getScrolling() is missing. > The Jan 23 build produces > > <script type="text/javascript"><!-- > function getScrolling() { > var x = 0; var y = 0; > . . . > return x + "," + y; > } > > //--></script> > > after the </html> > but the Jan 28 does not. > > >

