UserPicker
Tag popupButton


Description

This tag inserts a button that pops open a UserPicker portlet. The UserPicker portlet displays a list of current users (or current Community members if used in the context of a Community). This popup facilitates the selecting of a user and populating the user name into a specified form field.

Examples

The following example shows the use of the UserPicker popup button tag in the context of a netui form. The netui:textBox element with the tagId = "user" will receive the selected user name.
<netui:form action="begin" method="post">
  <netui:textBox dataSource="actionForm.userName" tagId="user"/>
  <userpicker:popupButton inputTagId="user" buttonImage="${userPickerButton}"
    atnProviderName="SQLAuthenticator"/>
</netui:form>


Tag Information
Tag Classportlets_excluded.wlpapps_userpicker.UserPickerTag
TagExtraInfo ClassNone
Body Contentempty
Display NameUserPicker Tag

Attributes
NameRequiredRequest-timeDescription
inputIdfalsetrue The id of the HTML element that will receive the selected user name.
inputTagIdfalsetrue The tagId of the pageflow-based input element that will receive the selected user name.
buttonImagetruetrue The src path of the button image.
atnProviderNamefalsetrue The Authentication Provider name. If no authentication provider is supplied, the default configured provider is used.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator.

Copyright © 2008 BEA Systems, Inc. All Rights Reserved.