This content has been marked as final.
Show 1 reply
-
1. Re: include page param in redirect
cosmo Nov 19, 2010 8:28 AM (in response to daniele4)Try this way
<navigation from-action="#{identity.login}" > <rule if="#{identity.loggedIn and identity.hasRole('admin')" > <redirect view-id="/homeAdmin.xhtml" > <param name="name" value="admin" /> </redirect> </rule> </navigation>