Hi,
I upgraded to the cvs version in order to fix a bug in the selectItems convertEntity (that part works now :) ). But now, after I login the page does not get redirected, (it just redisplays the login page with a welcome message.
<page view-id="/login.xhtml">
<navigation from-action="#{identity.login}">
<rule if-outcome="success">
<redirect view-id="/clients/home.xhtml" />
</rule>
</navigation>
</page>Change "success" to "loggedIn". Sorry about that one, but "success" was *such* a bad idea...