This one errors out:
COMMENTS = <cfqueryparam name="#form["comments_#thisId#"]#">
Attribute validation error for tag CFQUERYPARAM.
The tag does not allow the attribute(s) NAME. The valid attribute(s) are
CFSQLTYPE,LIST,MAXLENGTH,NULL,SCALE,SEPARATOR,VALUE.
This one works:
COMMENTS = <cfqueryparam cfsqltype="cf_sql_varchar"
value="#FORM['COMMENTS_#thisID#']#' null="false" />,
Interesting. Learn something every day - despite the ever ticking age
clock. Heh...
Thanks so much for the input!
--
Les Mizzell
------------------------------------------
Skill without imagination is craftsmanship
and gives us many useful objects such as
wickerwork picnic baskets. Imagination
without skill gives us modern art.
------------------------------------------
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

