The easy solution is to disable javascript cleanup:

INIT:
getResourceSettings().setStripJavascriptCommentsAndWhitespace(false);

I have been too lazy to actually try to fix the problem, I'm afraid.

Frank

On Nov 19, 2007 7:21 AM, John Patterson <[EMAIL PROTECTED]> wrote:

> Hello users,
>
> I am in the process of deploying a wicket site and found that the
> cool scriptalicious effect I am using does not work when I am in
> Deployment mode.  In the Safari console it shows:
>
> SyntaxError: Parse error
> http://www.blahblah.com/resources/
> org.wicketstuff.scriptaculous.ScriptaculousAjaxBehavior/prototype.js
> Line 3661
>
> I guess this is due to some error in the compression?
>
> Thanks,
>
> John
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to