Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <navigation-rule>
- <from-view-id>/overview.xhtml</from-view-id>
- <navigation-case>
- <from-outcome>CREATEITEM</from-outcome>
- <to-view-id>/createItem.xhtml</to-view-id>
- <redirect/>
- </navigation-case>
- </navigation-rule>
- <navigation-rule>
- <from-view-id>/overview.xhtml</from-view-id>
- <navigation-case>
- <from-outcome>ADJUSTITEM</from-outcome>
- <to-view-id>/adjustItem.xhtml</to-view-id>
- <redirect/>
- </navigation-case>
- </navigation-rule>
- <navigation-rule>
- <from-view-id>/adjustItem.xhtml</from-view-id>
- <navigation-case>
- <from-outcome>OVERVIEW</from-outcome>
- <to-view-id>/overview.xhtml</to-view-id>
- <redirect/>
- </navigation-case>
- </navigation-rule>
- <navigation-rule>
- <from-view-id>/modifyItem.xhtml</from-view-id>
- <navigation-case>
- <from-outcome>OVERVIEW_FROM_MODIFY</from-outcome>
- <to-view-id>/overview.xhtml</to-view-id>
- <redirect/>
- </navigation-case>
- </navigation-rule>
- <navigation-rule>
- <from-view-id>/createItem.xhtml</from-view-id>
- <navigation-case>
- <from-outcome>FROM_CREATE_TO_OVERVIEW</from-outcome>
- <to-view-id>/overview.xhtml</to-view-id>
- <redirect/>
- </navigation-case>
- </navigation-rule>
- <navigation-rule>
- <from-view-id>/overview.xhtml</from-view-id>
- <navigation-case>
- <from-outcome>MODIFY</from-outcome>
- <to-view-id>/modifyItem.xhtml</to-view-id>
- <redirect/>
- </navigation-case>
- </navigation-rule>
Advertisement
Add Comment
Please, Sign In to add comment