Isset
Validates if a property is set or not.
Required Attributes
property
Usage Examples
Example #1
<if>
   
<isset property="flagReady" />
   
<then>
      
<log>Ready to go!</log>
   
</then>
</if>