[jboss-user] [JBoss Seam] - Re: where is <h:inputText> going?

dbatcn do-not-reply at jboss.com
Wed Aug 2 19:22:37 EDT 2006


And, if it makes a difference, here's a bit more configuration

faces-config.xml snippet:

  |     <application>
  | 	<view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
  | 	<navigation-handler>org.jboss.seam.jsf.SeamNavigationHandler</navigation-handler>
  | 	<state-manager>org.jboss.seam.jsf.SeamStateManager</state-manager>
  | 	<variable-resolver>org.jboss.seam.jsf.SeamVariableResolver</variable-resolver>        
  |     </application>
  |     <lifecycle>
  | 	<phase-listener>
  | 	org.jboss.seam.jsf.SeamExtendedManagedPersistencePhaseListener
  | 	</phase-listener>
  |     </lifecycle>
  | 

I think this is the/a recommended way.

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

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



More information about the jboss-user mailing list