WebCenter Interation (WCI) UI Tags
Tag errorextendedmessage


This tag displays the extended error text on the page so that it can be placed and formatted as desired. Only the first error message's extended text will be displayed. Other errors, as well as exception stack traces will be ignored. If this tag is displayed on a page, errors will no longer be displayed in the normal error location.

This tag does not display the contents of the tag and should only be used as a singleton tag (i.e. <pt:ptui.errorextendedmessage/>), rather than as a tag with both an open and close tag.

Example:
<pt:ptui.error/>
or
<pt:ui.error>
<p>
<pt:ptui.errortext/>
<p/>
<pt:ptui.errorextendedtext/>
<p/>
</pt:ui.error>


Tag Information
Tag Nameerrorextendedmessage

Attributes
No Attributes Defined.


Copyright 2005 Plumtree Software, Inc.