c:otherwise

<c:otherwise
  value? = expression >
  <!-- Content: sequence-constructor -->
</c:otherwise>

Represents a fallback in a c:choose or c:switch instruction in case no other choice is selected.

Permitted parent elements
c:choose
c:switch

Attributes

value The value to output.

In addition to the attributes in the preceding table, there are a number of standard attributes that may appear on any XCST element.

Error Conditions

It is a compilation error if the value attribute is present when the content of the element is non-empty.