CFParam And Regex-Pattern Is Quite Awesome
<cfparam name=
"FORM.lst_item_id"
type=
"regex"
pattern=
"[\d,]*"
default=
""
/>
For Cut-and-Paste
<cfparam name="FORM.lst_item_id" type="regex" pattern="[\d,]*" default="" />