[cgiapp] Re: [dfv] Suggestion for Data::FormValidator V N+1

2006-03-21 Thread Ron Savage
On Tue, 21 Mar 2006 22:18:40 -0500, Cees Hek wrote: Hi Cees Yes, that's my new convention. -- Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/

Re: [cgiapp] sticky parameters: Is CGI really to blame?

2006-03-21 Thread Ron Savage
On Tue, 21 Mar 2006 23:06:29 -0500, Sergej Zoubok wrote: Hi Sergej > OK, I've been banging my head against this problem long enough. > Hopefully someone can help. Help fix the problem or help bang your head :-)). > if ( $q->param('submit') eq 'Go Back' ) { > return $self->step1_app_type(); > T

[cgiapp] sticky parameters: Is CGI really to blame?

2006-03-21 Thread Sergej Zoubok
Hi Folks, OK, I've been banging my head against this problem long enough. Hopefully someone can help. I'm working on a C::A application that consists of a multiple-page form. I'm using the following plugins to ease the way: C::A::Plugin::Session C::A::Plugin::ValidateRM Each page of the for

[cgiapp] UNC paths on Windows

2006-03-21 Thread Robert Hicks
This may be an Apache thing, I don't know. I have a script to test my ODBC functionality that connects to a db over an UNC path and a mapped path just fine. I use that same path in my CGI::Application (both the UNC and mapped drive and I am getting: Error executing run mode 'display_task_pa

Re: [cgiapp] Re: cgiapp specification best practice

2006-03-21 Thread Sean Davis
On 3/21/06 7:48 AM, "Mark Stosberg" <[EMAIL PROTECTED]> wrote: > On 2006-03-21, Paul Johnston <[EMAIL PROTECTED]> wrote: >> Mark Stosberg wrote: >>> We have a page on the wiki dedicated to this broad topic: >>> http://cgiapp.erlbaum.net/cgi-bin/cgi-app/index.cgi?BestPractices >>> >>> If after

[cgiapp] Re: cgiapp specification best practice

2006-03-21 Thread Mark Stosberg
On 2006-03-21, Paul Johnston <[EMAIL PROTECTED]> wrote: > Mark Stosberg wrote: >> We have a page on the wiki dedicated to this broad topic: >> http://cgiapp.erlbaum.net/cgi-bin/cgi-app/index.cgi?BestPractices >> >> If after reviewing that you are still curious, try framing a more >> specific questi

Re: [cgiapp] Re: cgiapp specification best practice

2006-03-21 Thread Paul Johnston
Mark Stosberg wrote: We have a page on the wiki dedicated to this broad topic: http://cgiapp.erlbaum.net/cgi-bin/cgi-app/index.cgi?BestPractices If after reviewing that you are still curious, try framing a more specific question about a particular aspect you are interested in discussing the best

Re: [cgiapp] Re: Help with referencing cgiapp->dbh inside a plugin

2006-03-21 Thread Paul Johnston
Mark Stosberg wrote: On 2006-03-16, Paul Johnston <[EMAIL PROTECTED]> wrote: Right - I have a plugin that is essentially very simple - we'll use the blog example from previous thread. I have created it with one Exported method (for example blog) which stores the object in the calling objec