There is another way to resolve problems like this:
Look at the technical specification instead of blindly trusting 3rd parties!

>From the JSP 1.1 Specification,  look at Chapter 2 "Standard Syntax and
Semantics", or more specifically at Section 2.10.3 "Expressions".  You will
get a nice paragraph description and an example:
<%= (new java.util.Date()).toLocaleString() %>
as well as Syntax:
<%= expression %>

-jason

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Kemp Randy-W18971
Sent: Wednesday, March 28, 2001 10:07 AM
To: Orion-Interest
Subject: RE: Who's wrong?


There are three ways to resolve a dispute:
1. Subject matter experts from this list.
2. See what experts in the books say
3. Download another free JSP engine, like Tomcat (jakarta.apache.org), or
LiteWebServer (http://www.gefionsoftware.com/), and see what you get.
-----Original Message-----
From: Ing. Nicola Folino [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 28, 2001 10: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