Home > Contents > Index >
ics:else
Conditional else clause.
Syntax
<ics:else/>
Description
The
ics:else
tag executes a block of code when the parentics:if
conditional tag value isfalse
. ics:if, ics:else and ics:then provide debugging information in log.Error Numbers
There are no possible
errno
for this tag.Example
<ics:if condition='<%=ics.GetErrno()==0%>'> <ics:then> Operation succeeded </ics:then> <ics:else> Operation failed<BR> </ics:else> </ics:if>See Also
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.