Luis Majano Forums Notification: Post to Depricated RC scope

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

Hi puc,

as RC is deprecated, but simply you can do in handlers

rc =
structNew()

rc.title = Hello-Puc
rc.description = Hello-coldbox
event.collectionAppend(rc)
----- adding structure into request scope----

---in
VIEW .CFM files---

<cfoutput>#getValue('title')#</cfoutput>