default

Conditionally processes its content if no previous case or default child of the parent select tag has processed its content.

See also <select> , <default>


Tag Summary
 
required <default />
 
full tag <default />

There are no required attributes
 

There are no optional attributes
 

Example
 
<default >
<statusMessage severity="error">The value supplied is not valid. It should be "required" or "optional".</statusMessage>
</default>

If none of its sibling case tags have evaluated to true, this default tag will process its contents. In this case, the contents contain a statusMessage tag which reports an error back to the user of the pattern.


© Copyright IBM Corporation 2000, 2006. All Rights Reserved.