ColdBox Framework Forums Notification: Post to Request context decorator documentation error

Title: Request context decorator documentation error
Thread: Request context decorator documentation error
Forum: Bugs
Conference: ColdBox
User: doryphores I think there's a small mistake in the "My First Request Context Decorator"
documentation page.

I implemented the configure method example for trimming
all request vars but it didn't work at first. To fix it, I had to get the
collection like this:

var rc = getCollection()

rather than:

var rc =
getRequestContext().getCollection()

I find the requestContextDecorator thing
a little confusing. Mainly the fact that we have 2 seperate context structures
that can be accessed by the original requestContext or the decorated version but
the app only accesses the decorated version...

Anyway, the example in the
docs doesn't work. A minor thing really, but it should be fixed at some point to
avoid confusion.
http://forums.coldboxframework.com/index.cfm?event=ehMessages.dspMessages&threadid=A8FC36C5-FF65-CEF6-65BB10B0CFBAC320