[jboss-user] [JBoss Seam] - Re: Step-by-step localization guide

perwik do-not-reply at jboss.com
Tue Sep 5 13:26:17 EDT 2006


It doesn't work, but something like this would be nicer:

  | <navigation-rule>
  | 		<navigation-case>
  | 			<from-outcome>register</from-outcome>
  | 			<to-view-id>/register_#{locale}.xhtml</to-view-id>
  | 			<redirect />
  | 		</navigation-case>
  | </navigation-rule>
  | 

but why do this at all when you can have register.xhtml include the locale specific parts instead?

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

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



More information about the jboss-user mailing list