[jboss-user] [JBoss Seam] - Re: Redirect based on identity-roles
uke
do-not-reply at jboss.com
Fri Aug 3 03:51:20 EDT 2007
Thanks for your replies.
That's very similar to what I tried. Could you specify what the main difference is between these approaches?
This following code gives me a "Functions not supported in expressions."-error..
| <page view-id="/login.xhtml">
| <navigation>
| <rule if="#{s:hasRole('ADMIN')}">
| <redirect view-id="/viewStatus.xhtml"/>
| </rule>
| </navigation>
| </page>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070415#4070415
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070415
More information about the jboss-user
mailing list