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
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
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
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
>
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
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
>
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
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.