Guest User

Untitled

a guest
Jun 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <navigation-rule>
  2. <from-view-id>/index.jsp</from-view-id>
  3. <navigation-case>
  4. <from-outcome>login</from-outcome>
  5. <to-view-id>/signup.jsp</to-view-id>
  6. <redirect/>
  7. </navigation-case>
  8. <navigation-case>
  9. <from-outcome>your-page</from-outcome>
  10. <to-view-id>/personal.jsp</to-view-id>
  11. <redirect/>
  12. </navigation-case>
Add Comment
Please, Sign In to add comment