Error Diagnostic InformationAn error occurred while evaluating the expression:
if (isDefined("url.page"))
page = url.page;
else
page = 1;
if (isDefined("url.author"))
author = url.author;
else
author = form.author;
Error near line 13, column 4.Error resolving parameter FORM.AUTHOR The specified form field cannot be found. This problem is very likely due to the fact that you have misspelled the form field name.
The error occurred while processing an element with a general identifier of (CFSCRIPT), occupying document position (4:2) to (4:11). Date/Time: 02/09/12 20:53:40 |