On 1/27/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote:
>
> I'm using <html:javascript> 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.apache.org/tags-html"; %>
> <html:javascript
>    cdata="false"
>    htmlComment="false"
>    dynamicJavascript="false"
>    staticJavascript="true"/>
>
>
> 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 that its only the EL version - the code that produces
this is all in the original version (and EL version inherits) and
looks to me like both should produce this warning.

It looks pretty minor to me (just a warning in the logs), but feel
free to open a bug ticket for it if you like.

Niall

> Nico.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to