Hi,
Using the JSP 0.92 (which is the one supported by NAS 4.0), when we used
the JSP code between a JAVASCRIPT tag, the compiler was unable to build
the whole JSP code:
JAVASCRIPT Tag
<% declaration JSP %> ( if ( (oBrowser != 1) || (oBrowser == 44) { )
*not considered by the
compiler in code.java
JAVASCRIPT code
<% declaration JSP %> ( } else { if (oBrowser == 4) { )
JAVASCRIPT code
<% declaration JSP %> ( } else { )
JAVASCRIPT code
<% declaration JSP %> ( } } )
END OF JAVASCRIPT
The trouble was only solved when we used the 1.0.1 version of JSP (JSWDK
by Sun), however this is not a good solution for us, since NAS 4.0 does
not support it.
Another option could be using JRun as a JSP�s server, since it supports
the 1.0.1 version of JSP. However, JRun could not understand the <%! �
%> tag, which is important to use with public object inside a JSP file.
JRun also generated a XML file, instead of a HTML, creating some
compatibility problems.
Since NAS is the one in charge of interacting with NDS (Netscape
Directory Server), JRun could also not be a valid option for us.
Do you have any solution to my problem???????????
Thank you!!!
Guilherme dos Santos Tsubota
_________________________________
Perrotti Informatica - PerConsult
Sao Paulo - SP - Brazil
===========================================================================
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