W Luke wrote: > > Error: "Complex object types cannot be converted to simple values" > Example: <form action="<cfoutput>#file#</cfoutput>" method="get"> > > If I comment out that line, it also has the same problem with this line: > > <cfoutput><a href="#file#?frompage=#frompage#&StartRow=#Evaluate(index * > maxrows - maxrows + 1)##addparams#">#index#</a></cfoutput>
I would expect #file# to be a scope/structure (because of cffile). Rename it and you will be fine. Jochem ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

