WebCenter Interation (WCI) UI Tags
Tag errortext


This tag displays the current error text on the page so that it can be placed and formatted as desired. Only the first error message will be displayed. Other errors, as well as exception stack traces and extended error messages 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.errortext/>), 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 Nameerrortext

Attributes
NameTypeRequiredDefault ValueDescription
textstringfalseN/AThis attribute allows you to override the error text with text of your own choosing. For instance, this could be used to provide custom error messages on multiple login pages. It is probably not appropriate for use on pages that can have many possible error messages.


Copyright 2005 Plumtree Software, Inc.