Hi, I've an Internationalized application and my requirement is to support validation based on the locale selected. For eg, I've a user input form, which is displayed in some particular locale. Suppose use enters the data in its own locale format (1,234,567 or 1,234.567). When this is submitted, the validation fails on this field. Is there any way I can support validations based on user locale in Struts?
Thanks, -- Vinit Sharma