> > If you're still having trouble, please post the entire component > specification and the getter and setter for it's value property. >
Note my previous message on this thread. It works fine, so long as you don't enable client-side validation. The problem is that the javascript validators just cast the string to a number, but javascript apparently knows nothing about the native numeric format for the currently selected language, so the cast fails and the javascript error message is displayed. Turning off client-side validation fixes the problem, but at the expense of a less-desirable user experience. To me, it is questionable which is the more important feature - client side validation or native number formats. Currently, you can't have both unless your native number format is guaranteed to use US style decimal numbers. At some point, I'll attempt a more sophisticated javascript number parser, one which has the various locale-specific symbols passed in at render time, but I've got bigger fish to fry right now, with a release pending tomorrow. For now, client-side validation is disabled on that form. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]