unless

From Documentation
Revision as of 02:17, 8 July 2010 by 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 …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 child elements are ignored, if the condition is evaluated to true.