Its not JRun that has a problem with the tag.  It might be that you're using
JSP .92 with JRun.  In this case your tag won't work, and you'll need to
use...
<SCRIPT RUNAT=SERVER>
String ABC;
</SCRIPT>

-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Sangita Gupta
Sent: Monday, April 24, 2000 9:37 AM
To: [EMAIL PROTECTED]
Subject: JRUN does not accept <%!?


Hi All,

JRUN does not seem to understand <%! String ABC %> declaration for a
variable. What is the alternative? JSWDK seems to take it well. Any help
will eb greatly appreciated.

Thanks in adv.
Sangita

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to