Chaudhary, Harsh wrote: > I have solved my problem now. But I am still wondering if it is a good > idea to have access to the request object from anywhere. If yes, then is > there a way to do it. Any thoughts? >
Depending on the request adds a layer of dependency. This makes testing that much more irritating (thus less likely) and couples yet more code to a particular environment. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]