Hi,
> > > Use action instead of actionListener? Actions are always
> fired last.
> >
> > Yes, I know. But if I use actions, PPR won't work. The
> whole page is
> > refreshed, regardless of the action outcome. But I'd like
> to use PPR.
>
> Returning null is the correct way to ensure that the navigation
> handler does not change the current view root. I have used it with
> Trinidad without issues, so I know it works. If the action is non-null
> it should only navigate if there is a match. Do you have any "catch"
> all navigation rules (where the outcome or action are not specified)?
I've returned an emptry string ("") and not null. Now it works without
f:actionListener. Thanks!
--
Kind regards,
Mathias