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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...