Mark
Member since Dec 12, 2012
- Profile: /members/10489-mark.htm
- Comments: 1
Recent Blog Comments By Mark
-
How Do You Use The ColdFusion CFParam Tag?
Posted on Dec 12, 2012 at 6:18 PM
It's failing because url.id is a string "325,345". You'd need to split it into a list and check the items in the list. I'm chasing a silly problem where I'm splitting a list and trying to use <cfparam> with the first item in the list as a default numeric value. Even though it passes... read more »