Perhaps I'm misreading the original post here, but I understand the
situation as follows:

<script>
    some_javascript {
<%
    out.println("dynamically_written_javascript('generated once');");
%>
    }
</script>

JWS allowed this for Padmaja, and NAS does not.  My wild guess: the <script>
tags do not include a runat attribute, so NAS is confused.  Try using
<SCRIPT runat="client" language="Javascript">.  I'm afraid I cannot verify
this, having neither NAS nor JWS available.
--
[EMAIL PROTECTED]

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to