Re: [cgiapp] Changing the query object after new()

2004-09-08 Thread Rhet Turnbull
On Wed, 08 Sep 2004 10:39:08 -0400, Michael Peters [EMAIL PROTECTED] wrote: Unless you modify every run mode of every application module to save their state before returning to the browser In my particular application, this is fairly easy. All my runmodes call a common method that does some

Re: [cgiapp] Changing the query object after new()

2004-09-08 Thread Michael Peters
Rhet Turnbull wrote: On Wed, 08 Sep 2004 10:39:08 -0400, Michael Peters [EMAIL PROTECTED] wrote: Unless you modify every run mode of every application module to save their state before returning to the browser In my particular application, this is fairly easy. All my runmodes call a common

Re: [cgiapp] Changing the query object after new()

2004-09-08 Thread Greg Marr
I could override CGI::Application::query and set the __QUERY_OBJECT myself but that's not guaranteed to work if CGI::Application gets upgraded. I really don't have a problem with changing C::A's behaviour on this issue if you want to create a patch (code, docs, and tests) that would do this.