Tag Name: <ww:else />

Description

Else tag

Perform basic condition flow. 'If' tag could be used by itself or with 'Else If' Tag and/or single/multiple 'Else' Tag.

no params
  <ww:if test="%{false}"> <div>Will Not Be Executed</div> </ww:if> <ww:elseif test="%{true}"> <div>Will Be Executed</div> </ww:elseif> <ww:else> <div>Will Not Be Executed</div> </ww:else>  

Attributes

Name

Required

Default

Type

Description

id false   Object/String id for referencing element. For UI and form tags it will be used as HTML id attribute

Back to Taglib Index