unless"

From Documentation
(Created page with '== The unless Attribute == unless="${''an-EL-expr''}" It specified the condition ''not'' to evaluate the associated element. In other words, the associated element and all its …')
 
Line 1: Line 1:
== The unless Attribute ==
+
 
 
  unless="${''an-EL-expr''}"
 
  unless="${''an-EL-expr''}"
  
 
It specified the condition ''not'' to evaluate the associated element. In other words, the associated element and all its child elements are ignored, if the condition is evaluated to true.
 
It specified the condition ''not'' to evaluate the associated element. In other words, the associated element and all its child elements are ignored, if the condition is evaluated to true.

Revision as of 02:00, 9 July 2010

unless="${an-EL-expr}"

It specified the condition not to evaluate the associated element. In other words, the associated element and all its child elements are ignored, if the condition is evaluated to true.