I am doing the following: but I don't get the static script in my pages.
What am I doing wrong?

JSP:
====
<html-el:javascript formName="signupForm"
                dynamicJavascript="true"
                        staticJavascript="false"
                        page="1" />

<script language="Javascript1.1" 
                src="<html:rewrite page='/common/staticJavascript.jsp'/>
" />


The staticJavascript.jsp: (copied from Struts example)
-------------------------------------------------------
<%@ page language="java" %>
<%-- set document type to Javascript (addresses a bug in Netscape
according to a web resource --%>
<%@ page contentType="application/x-javascript" %>

<%@ taglib uri="/tags/struts-html" prefix="html" %>

<html:javascript dynamicJavascript="false" staticJavascript="true"/>


Thanks,
Erez



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

Reply via email to