Luis Majano Forums Notification: Post to Depricated RC scope

Title: RE: Depricated RC scope
Thread: Depricated RC scope
Forum: Bugs (ColdBox)
Conference: ColdBox
User: lmajano

That is extermely weird puc. You are using the event object like setting
properties on it. That is totally not the way. Look in the sample applications
for usage. Something has to be wrong there.

[code]
function
name="dosomething"
argument name="event"
type="any"

cfset event.setValue("title","My
Title")
[/code]

Then on my views:
[code]
cfset myTitle =
event.getValue("title")
[/code]

You can find thousand of examples on
the sample applications. Take a look at them there. It would be useful if you
can upload your code to see what you are doing wrong.

LM

http://www.luismajano.com/forums/index.cfm?event=ehMessages.dspMessages&threadid=4C4AEEF0-123F-6116-429DF123C83D1664