[thelist] Cold fusion custom tags
Joshua Olson
joshua at alphashop.net
Thu Jan 24 08:03:33 CST 2002
Ted,
The actual source of the error is indeed the cfparam tag. This tag requires
the name AND default attributes. For example:
<cfparam name="todayDate" default="#Now()#">
However, also heed jeff's advise, since he is pointing out more than just
syntactical errors. :)
-joshua
----- Original Message -----
From: "ted serbinski" <tss24 at cornell.edu>
Subject: [thelist] Cold fusion custom tags
: The error I get is:
: The required parameter todayDate was not provided.
: This page uses the CFPARAM tag to declare the parameter 'todayDate' as
: required for this template. The parameter is not
: available.
:
: Any ideas? Something I'm missing? Thanks.
More information about the thelist
mailing list