You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by Daniel Rall <dl...@finemaltcoding.com> on 2000/12/21 02:29:25 UTC

Re: cvs commit: jakarta-velocity/src/java/org/apache/velocity Con text.java

"Geir Magnusson Jr." <gm...@xyris.com> writes:

> I personally think that Context should accept null values and keys and not
> throw exceptions, but that's just me.  If you want to store a null, great.
> Context will give it back when you ask for it :)
> 
> It's not a Hashtable.  It uses a Hashtable.  It acts like a hashtable.  But
> it's not a hashtable.

Null values are your friend.  I'm not sure of the value of null keys, however.

Daniel