Does anyone know of the best way to have different validation rules for different locales in the validation.xml.
I created what I feel is a hack by using wildcard in the alias: <action name="start*" class="com.MyClass" method="input"> Then I call startUS so my validation.xml file is named MyClass-startUS-validation.xml Is this the best or recommended way to do this? I thought there may be some -validation_en_US.xml or something but testing this doesn't work. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org