[cgiapp] problem using CA::Dispatch with CAP::AutoRunmode (latest versions)

2005-11-11 Thread Cees Hek
I think I have finally tracked down the problem I have been seeing when using CGI::Application::Dispatch with CGI::Application::Plugin::AutoRunmode. CAP::AutoRunmode was failing to register my runmodes whenever I used CA::Dispatch. There is a very simple solution for this. Just load

[cgiapp] Re: AJAXifying of C::A::Search

2005-11-11 Thread Mark Stosberg
On 2005-11-09, Michael Peters [EMAIL PROTECTED] wrote: + No page reload for results. After pressing the 'submit' button (or one of the page links) a page will not be reloaded, but the new results will simply be shown below. This should actually speed things up, especially on sites that have

[cgiapp] callback ordering (was: Re: RFC: Merging CGI::App Callbacks with Class::Trigger)

2005-11-11 Thread Mark Stosberg
On 2005-11-04, Cees Hek [EMAIL PROTECTED] wrote: ps One more thing that we haven't revisited yet (and is also not supported in Class::Trigger either) is callback ordering. We use a FIFO (first in first out) approach, since we could not agree on (or come up with) a good ordering mechanism. I

[cgiapp] Re: ANNOUNCE: CGI::Application::Demo V 1.01

2005-11-11 Thread Mark Stosberg
On 2005-11-10, Ron Savage [EMAIL PROTECTED] wrote: CGI::Application::Demo is a vehicle for the delivery of a sample CGI::Application application, with these components: Hello Ron, I read through the main docs and reviewed the source of a few modules. It's not clear to me what exactly this

[cgiapp] Re: Help with CGI::Application::Plugin::HTMLPrototype

2005-11-11 Thread Mark Stosberg
On 2005-11-09, Prakash Inuganti -X (pinugant - Ahura Inc. at Cisco) [EMAIL PROTECTED] wrote: Can you help me with a small example to use CGI::Application::Plugin::HTMLPrototype in HTML::Template. I am trying to add a row of data dynamically retrieved by an sql query when a user enters a date