Henry Salom - 2013-09-24

Using the following var declaration:

<var-def name="testVar"></var-def>

And the following condition statement:

<case>
    <if condition="${testVar.toString() != ''}">

</if>
    <else>

    </else>
</case>

I get the following error:

Error during script execution: Sourced file: inline evaluation of: ``testVar.toString() != ";"

Can someone please explain why as looking in the Web Harvest help reference under the case processor example the statement is:

<if condition="${contact.toString() != ''}">