On 2/5/06, Marcus Cox <[EMAIL PROTECTED]> wrote:
>  <cfset PageRecord =
> application.Reactor.createRecord("Pages").load(PageID=#vars.PageID#)>

You don't need the #..# there...

<cfset pageRecord =
application.reactor.createRecord("Pages").load(pageID=vars.pageID)>
--
Sean A Corfield -- http://corfield.org/
Got frameworks?

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

Reply via email to