FindMember JSP Tag Attributes

Use the FindMember JSP tag to define a Find Member dialog. You need a Find Member dialog for any thin presentation in which you display a paging control.

The FindMember tag is associated with a presentation through the findMemberPage and findMemberId attributes of the Presentation tag.

Attributes

id -- (Required) A unique identifier for this tag.

scope -- Determines the accessibility and lifetime of the object; select one of the following values: Page, Request, Session, or Application. Typically, use Session, which is the default value.