Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8"?>
- <faces-config
- xmlns="http://xmlns.jcp.org/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_2_3.xsd"
- version="2.3">
- <navigation-rule>
- <display-name>page_a.xhtml</display-name>
- <from-view-id>/page_a.xhtml</from-view-id>
- <navigation-case>
- <from-outcome>pagina_cadastro</from-outcome>
- <to-view-id>/page_b.xhtml</to-view-id>
- <redirect />
- </navigation-case>
- </navigation-rule>
- </faces-config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement