dynamicJavascript VS staticJavascript

I saw in a JSP page the following lines:


* * What is the purpose of using ]]> ?


Thanks.

Scott

0
Avatar
Permanently deleted user

>I saw in a JSP page the following lines:


<html:javascript formName="registrationForm"
dynamicJavascript="true"
staticJavascript="false"/>
*
<script language="Javascript1.1" src="staticJavascript.jsp"></script>*


What is the purpose of using
<script language="Javascript1.1" src="staticJavascript.jsp"></script> ?


http://jakarta.apache.org/struts/userGuide/struts-html.html#javascript

0

请先登录再写评论。