RE: How to resolve error : Left side ($menuCurrentPage) of '==' operation has null value. If a reference, it may not be in the context. Operation not possible.

2009-04-27 Thread RUPALI
Thanks Nathan, But how is this possible that the error goes on page refresh? And its not just for variable $menuCurrentPage, randomly the message generates for any variable and resolves on page refresh..?? -Original Message- From: Nathan Bubna [mailto:nbu...@gmail.com] Sent: Monday, Apr

Re: How to resolve error : Left side ($menuCurrentPage) of '==' operation has null value. If a reference, it may not be in the context. Operation not possible.

2009-04-27 Thread Nathan Bubna
Yes, it is a Velocity message. it means that in the template being processed at that time, there is no value for th $menuCurrentPage variable when it is being used in an #if( $menuCurrentPage == 'something' ) comparison (or an #elseif). On Sun, Apr 26, 2009 at 11:33 PM, RUPALI wrote: > Hi, > > >