[jboss-user] [JBoss Seam] - Re: PhaseListener in Seam 2.0

wachtda do-not-reply at jboss.com
Mon Jan 21 10:37:48 EST 2008


I think I implemented correctly:

faces-config.xml

  |     <application>
  |     	<locale-config>
  |     		<default-locale>de</default-locale>
  |     		<supported-locale>de</supported-locale>
  |     		<supported-locale>fr</supported-locale>
  |     		<supported-locale>it</supported-locale>
  |     		<supported-locale>en</supported-locale>
  |     		<supported-locale>es</supported-locale>
  |     	</locale-config>
  |     	
  |     	<lifecycle>
  |          <phase-listener>com.solarmax.scratchbook.action.TrimUIInputStrings</phase-listener>
  |        </lifecycle>
  |     </application>
  | 

It seems that isn't possible in Seam 2.0...
But there must be any solution to do that! (hopefully)

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

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



More information about the jboss-user mailing list