Re: bug in html-el

2006-01-30 Thread Nicolas De Loof
Will such "Javascript artifact" be downloadable using maven project.xml ? Niall Pemberton a écrit : On 1/27/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: I must be mis-understaning something somewhere - this looks like your using this to cache on the server side only - including the above

Re: bug in html-el

2006-01-27 Thread Niall Pemberton
On 1/27/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: > > >I must be mis-understaning something somewhere - this looks like your > >using this to cache on the server side only - including the above in > >your page - rather than on the browser side? > > > >Niall > > > > > I include a cache-control

Re: bug in html-el

2006-01-27 Thread Nicolas De Loof
I must be mis-understaning something somewhere - this looks like your using this to cache on the server side only - including the above in your page - rather than on the browser side? Niall I include a cache-control HTTP header so that the browser can cache the file. Having static javascri

Re: bug in html-el

2006-01-27 Thread Niall Pemberton
On 1/27/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: > > > >Can I ask why you want this? You may be interested in a recent changeI made > >to Commons Validator - it now creates a copy of all the staticscripts in one > >file and also a "compressed" version of the same.Should be available when >

Re: bug in html-el

2006-01-27 Thread Nicolas De Loof
Can I ask why you want this? You may be interested in a recent changeI made to Commons Validator - it now creates a copy of all the staticscripts in one file and also a "compressed" version of the same.Should be available when Validator 1.2.1 is released. Can you explain me this new func

Re: bug in html-el

2006-01-27 Thread Niall Pemberton
On 1/27/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: > > Sorry, I didn't read my logs well ! EL and Non EL have same behaviour... OK good, thats what I expected after looking at the code. > I'd like Validator to generate the Static Javascript, without the >

Re: bug in html-el

2006-01-27 Thread Nicolas De Loof
Sorry, I didn't read my logs well ! EL and Non EL have same behaviour... I'd like Validator to generate the Static Javascript, without the

Re: bug in html-el

2006-01-27 Thread Niall Pemberton
On 1/27/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: > > I'm using to build the static javascript validation : > > <%@ page contentType="text/javascript" session="false" %> > <% response.setHeader("Cache-Control","post-check=900,pre-check=3600"); %> > <%@ taglib prefix="html" uri="http://struts.