geirm 01/07/24 03:27:07
Modified: xdocs user-guide.xml
docs user-guide.html
Log:
More clarification
Revision Changes Path
1.47 +3 -1 jakarta-velocity/xdocs/user-guide.xml
Index: user-guide.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/xdocs/user-guide.xml,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- user-guide.xml 2001/07/24 10:15:30 1.46
+++ user-guide.xml 2001/07/24 10:27:07 1.47
@@ -968,7 +968,9 @@
<p>
Please note that currently, Velocity's numeric comparisons are contrained
- to Integers - anything else will evaluate to <em>false</em>.
+ to Integers - anything else will evaluate to <em>false</em>. The only
exception
+ to this is equality '==', where Velocity requires that the objects on each
+ side of the '==' is of the <em>same</em> class.
</p>
<p>
1.44 +3 -1 jakarta-velocity/docs/user-guide.html
Index: user-guide.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/user-guide.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- user-guide.html 2001/07/24 10:15:31 1.43
+++ user-guide.html 2001/07/24 10:27:07 1.44
@@ -1684,7 +1684,9 @@
</p>
<p>
Please note that currently, Velocity's numeric comparisons are contrained
- to Integers - anything else will evaluate to <em>false</em>.
+ to Integers - anything else will evaluate to <em>false</em>. The only
exception
+ to this is equality '==', where Velocity requires that the objects on each
+ side of the '==' is of the <em>same</em> class.
</p>
<p>
<a name="Relational and Logical Operators"><strong>Relational and Logical
Operators</strong></a>