[jboss-user] [JBoss Seam] - Re: action=

koatto do-not-reply at jboss.com
Sun Dec 17 18:05:17 EST 2006


this is my faces-config :

<faces-config>
  | 
  |     <application>
  |         <view-handler>org.jboss.seam.ui.facelet.SeamFaceletViewHandler</view-handler>
  |     </application>
  | 
  |     <application>
  |         <message-bundle>messages</message-bundle>
  |         <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
  |     </application>
  | 
  |     <!-- Seam transaction management -->
  |     <lifecycle>
  |         <phase-listener>org.jboss.seam.jsf.TransactionalSeamPhaseListener</phase-listener>
  |     </lifecycle>
  |     
  |     <!-- No Seam transaction management -->
  |     <!--  
  |     <lifecycle>
  |         <phase-listener>org.jboss.seam.jsf.SeamPhaseListener</phase-listener>
  |     </lifecycle>
  |     -->
  | 
  | </faces-config>

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

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



More information about the jboss-user mailing list