<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi ,<br><br>when using a business rule guided editor ,<br><br>for a fact, when I select a string type field from the drl guided editor in Guvnor&nbsp; and select <br>&nbsp;is null from the dropdown list of operators,<br><br>I get the following validation error when I do a validate on the rule.<br><br>no viable alternative at input 'null' in rule "Asset_Description_NullCheckRule"<br><br>when I do a View Source, it shows the source as <br><br>when<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Asset( description == null null ) <br><br>Is this a bug ? <br><br>if I select the free form drl option and create the when condition as<br><br> Asset( description == null ) , it validates fine.<br><br>Thanks,<br><br>Ram<br></td></tr></table>