[jboss-user] [JBoss Seam] - Re: why list empty

luc_yuan do-not-reply at jboss.com
Thu Jan 31 05:17:45 EST 2008


        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



More information about the jboss-user mailing list