On Fri, 2003-04-04 at 10:16, Wendy Smoak wrote: > but I know my users will want to enter 5,000 or $5,000 or 5000.00 instead of > just 5000.
Worse, if it's an I18N app; using "," for the decimal point for example. > Suggestions please? I didn't get any answers from struts-user, so I'm > thinking I need to write a custom validator for this. I'd poke around for currency validators in any language (preferably java, of course) and wrap it up in a custom just like you are already thinking. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
