Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse JET Guide
Previous Page Home Next Page

<c:otherwise>

Standard JET2 Control Tags

otherwise

Define a default case for a 'choose' tag. The body of this tag is processed only if no previous 'case' or 'otherwise' tag in the containing 'choose' tag has processed its body content.

An error occurs if the 'otherwise' is not directly contained by a 'choose' tag.


Tag Summary
required <c:otherwise>
    content to process if tag condition is satisfied
</c:otherwise>
full tag <c:otherwise>
    content to process if tag condition is satisfied
</c:otherwise>

Example
<c:choose>
... a sequence of <c:when> tags ...
<c:otherwise>
    content to process if no when tags were statisfied
</c:otherwise>
</c:choose>


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire