Kalra, Ashwani wrote:
Hi,
My project is using javascript validations generated through struts
validator. I want to do some currency validations based on the
language/country. Is it possible?

Yes, it's possible, though Struts / Commons Validator don't include currency validation rules. You can specify your validation rules using 'mask', if you can express them with regular expressions. Otherwise you'll need to create your own validation rule(s) and add them to the base set in validator-rules.xml.

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to