Re: Deployment mode Javascript error

2008-06-03 Thread TH Lim
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Deployment-mode-Javascript-error-tp13828471p17618998.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Deployment mode Javascript error

2007-11-19 Thread Al Maw
Frank Bille wrote: 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. :-( Is there a JIRA issue for this? Regards, Al

Deployment mode Javascript error

2007-11-18 Thread John Patterson
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/

Re: Deployment mode Javascript error

2007-11-18 Thread Frank Bille
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