[ACFUG Discuss] isValid and validate=integer

2009-03-04 Thread Troy Jones
Hey again all, I was working on a form that is using a cfinput tag with the attribute of validate=integer. In testing this form, I was using all types of different characters trying to get it to blow up and every single time I used the $ character and only numbers besides, it would return true

Re: [ACFUG Discuss] isValid and validate=integer

2009-03-04 Thread Teddy R. Payne
Troy, I am not sure I would say this a case for a bug report. It seems like what you are trying to compare is the representation of an integer in the context of a string versus teh representation of a integer in context of a number. As ColdFusion has dynamic data types, $100 as a currency is a

RE: [ACFUG Discuss] isValid and validate=integer

2009-03-04 Thread Charlie Arehart
, March 04, 2009 12:45 PM To: discussion@acfug.org Subject: [ACFUG Discuss] isValid and validate=integer Hey again all, I was working on a form that is using a cfinput tag with the attribute of validate=integer. In testing this form, I was using all types of different characters trying to get

RE: [ACFUG Discuss] isValid and validate=integer

2009-03-04 Thread Troy Jones
Of Troy Jones Sent: Wednesday, March 04, 2009 12:45 PM To: discussion@acfug.org Subject: [ACFUG Discuss] isValid and validate=integer Hey again all, I was working on a form that is using a cfinput tag with the attribute of validate=integer. In testing this form, I was using all types

RE: [ACFUG Discuss] isValid and validate=integer

2009-03-04 Thread Charlie Arehart
, if some validation methods had to accomadate this factor. Just sharing thoughts from a brain to be picked. :-) /charlie From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Troy Jones Sent: Wednesday, March 04, 2009 2:55 PM To: discussion@acfug.org Subject: RE: [ACFUG Discuss] isValid