You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by ve...@jakarta.apache.org on 2004/11/04 22:35:53 UTC

[Jakarta-Velocity Wiki] Updated: ViewNullTool

   Date: 2004-11-04T13:35:53
   Editor: ShinobuKawai <sh...@ieee.org>
   Wiki: Jakarta-Velocity Wiki
   Page: ViewNullTool
   URL: http://wiki.apache.org/jakarta-velocity/ViewNullTool

   Error in example uses.

Change Log:

------------------------------------------------------------------------------
@@ -33,12 +33,12 @@
  * </p>
  * <p><pre>
  * Example uses:
- *  #set($foo = "bar)
+ *  #set($foo = "bar")
  *  $foo                              -> bar
  *  $null.isNull($foo)                -> false
  *  $null.isNotNull($foo)             -> true
  *
- *  $null.setNull($foo)
+ *  $null.setNull("foo")
  *  $foo                              -> $foo (null)
  *  $null.isNull($foo)                -> true
  *  $null.isNotNull($foo)             -> false

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org