I've been searching for the exact same thing. I was about to start a new thread and then I saw this post.
I really appreciate if someone can provide an example code or an addon that have pagination on overlay.
Code:
<xen:pagenav
link="members/mycustomlink"
class="OverlayTrigger" <-- This line is not possible right? Then in what way I canpossibly add pagination in the overlay?
page="{$page}"
perpage="{$ratingsPerPage}"
total="{$totalRatings}"
linkdata="{$member}"
linkparams="{$linkParams}" />
<xen:else />
please help.