WebCenter Interation (WCI) UI Tags


This library provides WCI specific UI tags.

Tag Library Information
Nameptui
Version1.0
 

Tag Summary
advancedsearchbuttonThis tag displays the advanced search button. If this tag is used as a singleton tag (I.E. <pt:ptui.advancedsearchbutton/>), rather than as a tag requiring both opening and closing tags, then the link string text will be placed within the generated Anchor tag, otherwise the HTML inside the tag will be used.
basicsearchbuttonThis tag displays the basic search button. If this tag is used as a singleton tag (I.E. <pt:ptui.basicsearchbutton/>), rather than as a tag requiring both opening and closing tags, then the link string text will be placed within the generated Anchor tag, otherwise the HTML inside the tag will be used.
createaccountThis tag displays a Create Account link. If this tag is used as a singleton tag (I.E. <pt:ptui.createaccount/>), rather than as a tag requiring both opening and closing tags, then the link string text will be placed within the generated Anchor tag, otherwise the HTML inside the tag will be used.
errorextendedmessageThis 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.

errorThis tag displays errors on the page so that they can be placed and formatted as desired. If the errortext tag is included inside this tag, the contents of this tag will only be processed if there is an error. If the child tag is not present, then the error messages will be formatted and displayed from this tag in the same style as used by the portal. If this tag is displayed on a page, errors will no longer be displayed in the normal error location.
errortextThis 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.

federatedsearchbuttonThis tag displays the federated search button. If this tag is used as a singleton tag (I.E. <pt:ptui.federatedsearchbutton/>), rather than as a tag requiring both opening and closing tags, then the link string text will be placed within the generated Anchor tag, otherwise the HTML inside the tag will be used.
helpThis tag displays the help image and link. If this tag is used as a singleton tag (I.E. <pt:ptui.help/>), rather than as a tag requiring both opening and closing tags, then the link string text will be placed within the generated Anchor tag, otherwise the HTML inside the tag will be used.
includeTag for including JSComponent javascripts, string files, and css files.
loginauthsourceThis tag displays the Authentication Source input. If AllowDefaultLoginPageAuthsource of portalconfig.xml is set to 3 this tag displays nothing.
loginbuttonThis tag displays the login button.
loginformThis tag outputs the basic login form, but does not display any buttons or links in the form.
loginThis tag displays a Login / Logout link to the Plumtree login page depending on the current state of the user. I.E. A logged in user will see the Logout link, while a user who has not yet logged in will see the Login link. If this tag is used as a singleton tag (I.E. <pt:ptui.login/>), rather than as a tag requiring both opening and closing tags, then the link string text will be placed within the generated Anchor tag, otherwise the HTML inside the tag will be used.
loginoptionsenabledConditionally processes inner content based on the option parameter and Portal settings. For example, if the option attribute is set to remembermypassword and the Portal setting for remembermypassword is true, then the HTML inside the tag will be displayed.

The remembermypassword setting is configured by the AllowAutoConnect parameter in portalconfig.xml (setting AllowAutoConnect to true sets remembermypassword to true.) The createaccount setting is set with the Allow creation of Self Registered Users in the Portal Administration's Portal Settings.

The authsource setting is set with AllowDefaultLoginPageAuthSournce in portalconfig.xml.

loginpasswordThis tag displays the password text box for a login form.
loginremembermeThis tag is used for the 'Remember my Password' functionality and it works in two ways, it displays 'Remember my Password' checkbox if usedwith out key attribute. If the 'key' optional attribute is given a valuethen this tag outputs the name of the inputcontrol as key parameter's value and displaysthe body of the html inside it, Note that this tag displays either of the above outputs only when 'AllowAutoConnect' in portalconfig.xml is turned on.
loginusernameThis tag displays the username text box for a loginform.
myaccountdataThis Tag stores the list of MyAccount SettingItems.Each SettingItem object contains the following variables: </br>
  • name - The name of the document.
  • url - The link to view the document.
  • description - The decription of the document, or 'EMPTY_STRING' if there is no description.
myaccountThis tag displays the My Account link to the account settings page if the user is logged in as a non-guest user. If this tag is used as a singleton tag (I.E. <pt:ptui.myaccount/>), rather than as a tag requiring both opening and closing tags, then the link string text will be placed within the generated Anchor tag, otherwise the HTML inside the tag will be used.
myhomeThis tag displays a link to the user's home page (MyPage or Community). If this tag is used as a singleton tag (I.E. <pt:ptui.myhome/>), rather than as a tag requiring both opening and closing tags, then the link string text will be placed within the generated Anchor tag, otherwise the HTML inside the tag will be used.
rulesdebugThis tag displays a debug button that displays Subportal rules debug messages in a pop-up window. If this tag is used as a singleton tag (I.E. <pt:ptui.rulesdebug/>), rather than as a tag requiring both opening and closing tags, then the link string text will be placed within the generated Anchor tag, otherwise the HTML inside the tag will be used.
searchformThis tag outputs the basic search form, but does not display any buttons or links in the form.
topbestbetsearchbuttonThis tag displays the top best bet search button.
welcomeThis tag displays the user's personalized welcome message.

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

 


Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-3 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.