Absolutely, there may be several disconnected components on a given
'page', each with its own presenter.
The AddressBook application used in Ray's presentation at Google I/O,
for example, probably has a ContactListPresenter for the ContactList,
and a ContactDetailPresenter for some ContactDetailView - all on the
same page.