Why does #isValid(\"integer\",\"1,5\")# output YES? I expected it to output NO like #isValid(\"integer\",\"1.5\")# does.
#isValid(\"integer\",\"1,5\")#
#isValid(\"integer\",\"1.5\")#
I\'m going to vali
Server side validation (only need the cfif logic, loop for example only)
cfif
...error code for not numeric ...error code for not integer is integer
Tighter direct code:
...error code for not integer
You could write a cffunction as well
cffunction