unless"
From Documentation
Maya001122 (talk | contribs) (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 …') |
Maya001122 (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | ||
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.