I'm trying to use the html:javascript tag with the staticJavascript attribue
in order to isolate the static part from the dynamic one, letting the
browser caching the static part, as suggested in the tag API doc. What I'm
exactly doing is the following:

1) create a file say staticValidation.jsp which only has the tag
<html:javascript dynamicJavaScript = "false"/>; this in fact creates an
usual js file, when requested by the browser;

2) in the page, I use <html:javascript formName = "myForm" staticJavascript
= "false"/>

By looking at the html being sent and contents of browser cache, everything
seems right, but IE seems to not find the required JavaScript functions; it
shortly shows an alert image in the lower-left corner and then submits the
form.

Where am I wrong ? Any help is very appreciated.

Thanks a lot.
Renato Romano

___________________________________________
Renato Romano
Sistemi e Telematica S.p.A.
Calata Grazie - Via Al Molo Giano
16127 - GENOVA (ITALY)

e-mail: [EMAIL PROTECTED]
Phone: +39 10 2712603 Mob. +39 335 5864021
___________________________________________


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

Reply via email to