Re: [cgiapp] REST::Application

2005-07-02 Thread Christopher Hicks
On Fri, 1 Jul 2005, Cees Hek wrote: I don't know what REST stands for or what a RESTful webapp is, so I am a little bit lost on this one. Roy Thomas Fielding wrote a doctoral dissertation in 2000 which can be found online ( http://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm ) which

[cgiapp] Re: RFC: Data::FormValidator 4.0

2005-07-02 Thread Mark Stosberg
On 2005-07-02, Cees Hek [EMAIL PROTECTED] wrote: You can do that with the current version as long as you use an anonymous subroutine (hence a closure): 'constraints' = { 'email' = sub { _check_email( $self-dbh, @_ ) }, }, Or like this: { constraint_method =

Re: [cgiapp] C::A::Generator (was BOF Minutes)

2005-07-02 Thread Jeff MacDonald
Isn't this just basically CGI::Framework ? Preset directories, common modules for setup, application and instance levels of the code etc. Seems like a well enough developed cgi::framework baseclass would mean that a firm could use their one base class for everything, just like Mark has mentioned.

[cgiapp] Problem with param

2005-07-02 Thread Cesar Alba
Hi, I've upgraded my desktop to Fedora Core 4 and, after a lot of work making CGI's work (security issues), I've run into a PERL problem with passing parameters. I had a code in my previous OS (Fedora Core 3) that worked propoerly. This snippet used to work. It's taken from the documentation

[cgiapp] RFC: CGI::Application::Plugin::AJAX v0.02

2005-07-02 Thread Paul Campbell
I'm interested in any feedback anyone might have for this module. More information: http://kemitix.net/bitware/2005/07/02/cgiapplicationpluginajax-v002/ Download the code, including demo: http://kemitix.net/files/cgiapp/CGI-Application-Plugin-AJAX-0.02.tar.gz ### The buzzword of the moment in

Re: [cgiapp] RFC: CGI::Application::Plugin::AJAX v0.02

2005-07-02 Thread Ron Savage
On Sun, 3 Jul 2005 01:02:49 +0100, Paul Campbell wrote: Hi Paul # Once the server replies, this is what we do with the answer callback = ajax_elid('result').innerHTML = '= ' + result; ajax_elid('symbol').innerHTML = '*'; , } ); Which browsers support innerHTML? -- Cheers Ron Savage, [EMAIL