according to the jsp spec, there should be no ';' at the end afaik .. jrun
is in violation imo.

from:
http://java.sun.com/products/jsp/tags/syntaxref.fm4.html

When you use the Java language for scripting, remember these points: 
. You cannot use a semicolon to end an expression (however, the same
expression within scriptlet tags requires the semicolon; see Scriptlet). 
. The expression tag can contain any expression that is valid according to
the Java Language Specification

regs ~
nimret

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Ing. Nicola Folino
Sent: Wednesday, March 28, 2001 8:19 AM
To: Orion-Interest
Subject: Who's wrong?


Orion don't agree on this line of code in a jsp page:
<%=variable;%>
The semicolon is an error? But JRun accepts it! Who's wrong?
Thanx...

Reply via email to