I tested it as well. The only thing that I can see is that it is sueful for is financial data which will have comma delimeted values like 1,000,000. If you do not like the commas, I suggest change the validate to "regex" and then put ina regular expression that only allows numbers.
Teddy On 8/30/06, Steve Moore <[EMAIL PROTECTED]> wrote: > > I have a CFINPUT tag using the validate="integer" attribute and this is > allowing commas in the input field to get past the validation. Of course I > can add my own additional code to reject the commas, but I didn't think I > had to, I thought that was what the integer validation was for. Is this by > design? Why would anyone want this to be acceptable behavior? > > Steve Moore > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:251479 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

