[jboss-user] [JBoss Seam] - Re: Conversational ?

lcoetzee do-not-reply at jboss.com
Wed Aug 22 08:30:36 EDT 2007


I have the following in my pages.xml.  The issue comes in that the method on the bean gets called (which requires all the injections to take place) way before we actually get to the navigation part.


  | <page view-id="/public/content/view/viewContent.xhtml" 
  | no-conversation-view-id="/public/content/view/viewServicesHome.xhtml">
  | 	<navigation 
  | 		from-action="#{contentManagementBean.editContent}">
  | 		<rule if-outcome="edit">
  | 			<redirect
  | 		view-id="/secure/content/management/editContent.xhtml">
  | 			</redirect>
  | 		</rule>
  | 	</navigation>
  | .
  | .
  | .
  | .
  | </page>
  | 
  | <page view-id="/secure/content/management/editContent.xhtml" 
  | conversation-required="true"
  | no-conversation-view-id="/public/content/view/viewServicesHome.xhtml">
  | .
  | .
  | .
  | 
  | 

L


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

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



More information about the jboss-user mailing list