Currency Validation?

I have the Code for Integer Validation.XSP.attachValidator(“#{id:age}”,null,new XSP.IntConverter(“Incorrect value entered. Please enter an integer”));

How do you validate if a user enters a currency or double?