Matt Quackenbush wrote:
> I should have clarified my question.  I completely realize that the 'form'
> and 'url' scopes (structs) still exist inside the various frameworks, so I
> know that I can directly reference them.  However, in an "OO world", you're
> technically not supposed to reference outside scopes.

That is not specific to an "OO world", you shouldn't do that in 
procedural code either.


> Is it okay to directly reference the form scope in my OO-like controllers?
> Or is there another way for me to guarantee that the variable is a post vs.
> get?

Since the answer to both questions is "No" I will add a third question: 
How important is it *really* to know the variable came from a post?

Jochem

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291076
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to