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 ------- Additional Comments From [EMAIL PROTECTED] 2001-11-16 12:07 ------- Oh - whew. Nice to hear that I'm not the only one having this problem. In my case, I worked around it by inserting an object with a method into the context so I can access it. Basically the method does this: public boolean isNull( Object o ){ return (o == null); } A cheap workaround, but I couldn't think of another way to solve my problem for the moment. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
