[jboss-user] [JBoss Seam] - Re: More newbie GET problems

nynymike do-not-reply at jboss.com
Mon Aug 20 07:59:43 EDT 2007


I messed up the copy for pages.xml, there should be a 

  |      <page view-id="/accountForm.xhtml">
  |         <param name="id" value="#{accountDao.uniqueid}"
  |     	            converterId="javax.faces.Long"/>
  |         <navigation>
  | 	       <rule if-outcome="updated">
  | 	          <redirect view-id="/viewAccount.xhtml"/>
  | 	       </rule>
  | 	       <rule if-outcome="persisted">
  | 	          <redirect view-id="/viewAccount.xhtml"/>
  | 	       </rule>
  |        </navigation>
  |     </page>
  | 
  |   | 

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075794



More information about the jboss-user mailing list