I wouldn't use a blanket request scope, changing all form and url to request scoped variables.  

If you're the sole developer for an application, it would be fine.  But if you are of the many developers in a embrella application, where your application is one of many in a chain link of apps, using request variables on everything can yield unintended consequences for other applications calling yours and vice versa, since there's a change you would overwrite someone elses' variables if you happen to use the same name.

Nick Han

>>> [EMAIL PROTECTED] 02/13/04 10:34AM >>>
I actually use a bit of code from FuseBox with a slight change for the same
effect as below. I modified the formURL2Variables.cfm file. I convert all
URL and Form variables to the request scope and then use that scope in the
rest of the application.

Donnie Bachan
Phone: (718) 217-2883
ICQ#: 28006783
"Nitendo Vinces - By Striving You Shall Conquer"
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to