/t5/coldfusion-discussions/cfif-statement-problems/m-p/866253#M79889Oct 22, 2008
Oct 22, 2008
Copy link to clipboard
Copied
Basically, if url.dealer doesn't have a value, the CFPARAM
kicks in and populates url.dealer with the default value you
specify. It's a really nice and clean way of supplying a default
value instead of doing loads of CFIF etc. However, it is kind of
limited in some ways.