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.
>
>
>