Re: Javascript Validation staticJavascript - Best Practices

2004-07-14 Thread J. Fiala
ing List" <[EMAIL PROTECTED]> To [EMAIL PROTECTED] cc Subject Re: Javascript Validation staticJavascript - Best Practices I am not following you, here. I thought maybe you were thinking that the 'staticJavascript.jsp' page generated the tags around JS functions -- how

Re: Javascript Validation staticJavascript - Best Practices

2004-07-14 Thread Bill Siggelkow
ruts Users Mailing List" <[EMAIL PROTECTED]> To [EMAIL PROTECTED] cc Subject Re: Javascript Validation staticJavascript - Best Practices Create a file called "staticJavascript.jsp" with the following content: &

Re: Javascript Validation staticJavascript - Best Practices

2004-07-14 Thread J. Fiala
ews <[EMAIL PROTECTED]> 14.07.2004 14:11 Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To [EMAIL PROTECTED] cc Subject Re: Javascript Validation staticJavascript - Best Practices Create a file called "

Re: Javascript Validation staticJavascript - Best Practices

2004-07-14 Thread Bill Siggelkow
Create a file called "staticJavascript.jsp" with the following content: <%@ page language="java" %> <%-- set document type to Javascript (addresses a bug in Netscape according to a web resource --%> <%@ page contentType="application/

Javascript Validation staticJavascript - Best Practices

2004-07-14 Thread J. Fiala
hi there, I've used the html:javascript tag to have the javascript code generated for my form. I found out that using staticJavascript="false" I can prevent the static javascript code from messing up the html head. To my mind it would be the cleanest solution to refer to the static javascript