[cgiapp] Ajax

2006-12-28 Thread Stewart Heckenberg
G'day, My first post to this list :) I'm aware of the HTMLPrototype plugin that uses the Prototype Javascript library, however has anyone tried developing a plugin based on CGI::Ajax or that doesn't rely upon particular libraries? I don't know what the Ajax plugin linked-to via the cgiapp site

Re: [cgiapp] Authentication that remembers original runmode?

2006-12-28 Thread Cees Hek
On 12/29/06, Mark Rajcok [EMAIL PROTECTED] wrote: I'm using CGI::Application::Plugin::Authentication and I'd like to have the application remember what runmode a user was trying to access if authentication is needed. For example, a user clicks on a link to 'page7' (or page6), but page7/page6

Re: [cgiapp] Authentication that remembers original runmode?

2006-12-28 Thread Mark Rajcok
Cees, thanks for the super-fast response! After reading your email, I thought that maybe it might be an interaction with CGI::Debug -- it is. If I comment-out 'use CGI::Debug' from my application, it works as expected. With CGI::Debug, I get the following in my browser after logging in: Empty