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
> > > If I use tags-html-el, The tag perform a form validation search and I get : > WARN [org.apache.commons.validator.ValidatorResources](439) Form 'null' > not found for locale 'fr' > > > Seems there is a bug in html-el ELJavascriptValidatorTag Are you sure

bug in html-el

2006-01-27 Thread Nicolas De Loof
t;http://struts.apache.org/tags-html"; %> If I use tags-html-el, The tag perform a form validation search and I get : WARN [org.apache.commons.validator.ValidatorResources](439) Form 'null' not found for locale 'fr' Seems there is a bug in html-el ELJavascriptVa