also navigation file
        
  |         <page xmlns="http://jboss.com/products/seam/pages";
  |     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  |     xsi:schemaLocation="http://jboss.com/products/seam/pages 
http://jboss.com/products/seam/pages-2.0.xsd";>
  | 
  |     <begin-conversation join="true" />
  | 
  |     <param name="firstResult" value="#{kokyakuList.firstResult}" />
  |     <param name="order" value="#{kokyakuList.order}" />
  |     <param name="firstLoad" />
  | 
  |     <navigation from-action="#{kokyakuHome.createKokyaku}">
  |             <rule if-outcome="success">
  |                     <redirect view-id="/KokyakuEdit.xhtml" />
  |             </rule>
  |     </navigation>
  | 
  |     <navigation from-action="#{kokyakuHome.detail}">
  |             <rule if-outcome="success">
  |                     <redirect view-id="/Kokyaku.xhtml" />
  |             </rule>
  |             <rule if-outcome="input">
  |                     <redirect view-id="/KokyakuList.xhtml" />
  |             </rule>
  |     </navigation>
  | 
  |     <navigation from-action="#{kokyakuHome.modify}">
  |             <rule if-outcome="success">
  |                     <redirect view-id="/KokyakuEdit.xhtml" />
  |             </rule>
  |             <rule if-outcome="input">
  |                     <redirect view-id="/KokyakuList.xhtml" />
  |             </rule>
  |     </navigation>
  | 
  |     <navigation from-action="#{kokyakuHome.delete}">
  |             <rule if-outcome="success">
  |                     <redirect view-id="/Kokyaku.xhtml" />
  |             </rule>
  |             <rule if-outcome="input">
  |                     <redirect view-id="/KokyakuList.xhtml" />
  |             </rule>
  |     </navigation>
  | 
  |     <navigation from-action="#{kokyakuList.doSearch}">
  |             <rule if-outcome="success">
  |                     <redirect view-id="/KokyakuList.xhtml" />
  |             </rule>
  |     </navigation>
  | </page>
  | 
  | 
  | 
  | 
  |         

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125059#4125059

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125059
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to