qualification:favoritePagerSource

Will create both an scripting variable and a page scoped bean of the Variable-class. Returns a pagerSource that you can use in the pager tag.

Syntax
<qualification:favoritePagerSource
   id="..."
   max="..."
   maxActionItems="..."
   name="..."?
   pageSize="..."
   userId="..."?/>
Attributes
id, mandatory, no runtime expressions

Name of the scripting-variable.

name

Name of the scripting-variable where to get the article information from. This must be an PresentationUser, PresentationPerson or Person object.

userId

The id of the user you want to get.

pageSize, mandatory

max, mandatory

The maximum number of favoriteItems it returns.

maxActionItems, mandatory

The maximum number of pager items it creates.