Luis Majano Forums Notification: Post to Form/URL variables

Title: RE: Form/URL variables
Thread: Form/URL variables
Forum: Need Help?
Conference: ColdBox
User: lmajano

Hi Daemach,

The problem here is that you are missing the biggest part of the
framework. The request collection, modeled by the request context object.
This is an object available to you with all the incoming form/url parameters. It
is a central object for data communication between each and every part of the
framework.

You might want to read more on this

Overview Guide
http://ortus.svnrepository.com/coldbox/trac.cgi/wiki/ColdBox

Event Handlers
Guide
http://ortus.svnrepository.com/coldbox/trac.cgi/wiki/cbEventHandlersGuide
API
http://www.coldboxframework.com/documents/cfdocs/index.cfm

The sample
applications should also give you insight into how ColdBox works. One thing for
sure is that you should not be accessing any form or url variables from withing
the application. They are encapsulated by the request context object.

I
would recommend a little reading on this guides and also take a look at some of
the code in the sample apps.

Let me know if this helps.

http://www.luismajano.com/forums/index.cfm?event=ehMessages.dspMessages&threadid=A892B5C5-123F-6116-425B0C70D0B5D56F