Advertisement
tadeuespindola

outcome-redirect-arthur

Oct 15th, 2022
1,257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.59 KB | Help | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <faces-config
  3.     xmlns="http://xmlns.jcp.org/xml/ns/javaee"
  4.     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5.     xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_2_3.xsd"
  6.     version="2.3">
  7.     <navigation-rule>
  8.         <display-name>page_a.xhtml</display-name>
  9.         <from-view-id>/page_a.xhtml</from-view-id>
  10.         <navigation-case>
  11.             <from-outcome>pagina_cadastro</from-outcome>
  12.             <to-view-id>/page_b.xhtml</to-view-id>
  13.             <redirect />
  14.         </navigation-case>
  15.     </navigation-rule>
  16. </faces-config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement