Skip to content

Commit

Permalink
Added navigation rule for failed login (SEAM-71)
Browse files Browse the repository at this point in the history
  • Loading branch information
U-MAZITHINKPAD\Matic authored and U-MAZITHINKPAD\Matic committed Oct 27, 2011
1 parent a737567 commit 59295e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions booking/src/main/webapp/WEB-INF/faces-config.xml
Expand Up @@ -35,6 +35,12 @@
<redirect/>
</navigation-case>

<navigation-case>
<from-action>#{identity.login}</from-action>
<from-outcome>failed</from-outcome>
<to-view-id>/home.xhtml</to-view-id>
</navigation-case>

</navigation-rule>

<navigation-rule>
Expand Down

0 comments on commit 59295e2

Please sign in to comment.