Re: [T5.1.0.4] Distinguishing Between Internal and Scripts when Combining

2010-01-21 Thread Kalle Korhonen
- >>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org >>> For additional commands, e-mail: users-h...@tapestry.apache.org >>> >>> >> >>

Re: [T5.1.0.4] Distinguishing Between Internal and Scripts when Combining

2010-01-21 Thread Ville Virtanen
gt;> >> Regards, >> >> Steve. >> >> - >> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org >> For additional commands, e-mail: users-h...@tapestry.apache.org >> >> > > -

Re: [T5.1.0.4] Distinguishing Between Internal and Scripts when Combining

2010-01-21 Thread Kalle Korhonen
This seems to be the case with 5.1.0.5 as well - was there any resolution for it? Did you ever create an enhancement request? Kalle On Sun, May 3, 2009 at 3:07 PM, Steve Eynon wrote: > Hi, > > If you add a script with an external url then script combining is disabled. > > From DocumentLinkerImp

[T5.1.0.4] Distinguishing Between Internal and Scripts when Combining

2009-05-03 Thread Steve Eynon
Hi, If you add a script with an external url then script combining is disabled. >From DocumentLinkerImpl : public void addScriptLink(String scriptURL) { ... // If a script with an external URL is added, we can't combine the scripts after all. if (combineScripts && !scriptURL.startsWith(f