DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4209>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4209 Assigning null value to variable appears to be a no-op [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From [EMAIL PROTECTED] 2001-10-16 14:13 ------- Hm. Your observation is valid. This behavior is consistant with #set() where #set($foo = <something that returns null>) leaves $foo unchanged. We deal with this using the nullSetEvent() and it might make sense to fire that event on a #foreach() null assignment as well. Hm.
