Hmm, oddly enough in Internet Explorer, I think it's working. Maybe firefox doesn't support GZIP'd JS files...
Jesse, is there a way to disable all response compression in Tapestry? Thanks, Greg -----Original Message----- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: Thursday, December 21, 2006 3:05 PM To: Tapestry users Subject: Re: Help with @ScriptIncludes No idea...It "should" be working. The illegal character error sounds suspicious. Are you trying to use some dojo widgets on this page and if so which ones ? Other than that I'd probably need a test case or something..(preferably a self contained maven2 mini app with embedded jetty stuff so I can just run "mvn jetty:run" to get going. ) On 12/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Okay, in my border.html, inside my <head> I have a nice > > <span jwcid="@ScriptIncludes" /> > > I view source and looks like it's working: > > <script type="text/javascript">djConfig = ..snip... </script> > <script type="text/javascript" > src="/pctadmin/app?service=asset&path=%2Fdojo%2Fdojo.js"></script> > ...snip a few more script tags ... > > > However, I'm getting an error on the first dojo.js include.. > > Error: illegal character > Source File: http://peanut/pctadmin/app?service=asset&path=%2Fdojo%2Fdojo.js > Line: 1 > Source Code: > < > > if I paste that URL directly into my browser I get a bunch of jibberish. It > does look like it's gzip-compressed... I disabled all my compression filters > but it's still compressed, possibly by Tapestry. > > Any ideas? This should in theory be working out of the box? > > Thanks, > Greg > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Jesse Kuhnert Tapestry/Dojo team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]