[cgiapp] ValidateRM with complex dependencies

2004-01-19 Thread Stewart C. Russell
If I had parameters withdrawal_amount and margin_available, how would I define a Data::FormValidator clause to check that withdrawal_amount=margin_available? It seems that all the examples assume that the parameters are simple, and the D::FV documentation on validating complex dependencies

[cgiapp] CGI::Application::Session - session plugin for CGI::Application

2004-01-19 Thread Cees Hek
Mark Stosberg wrote: Since so many of us use DBI database handles and session management, I would love to see some plug-in modules to add these kind new methods. Perhaps something in the spirit of ::ValidateRM would work. (I think that technique is called mix-in module. Well, I found a couple of

[cgiapp] Re: ValidateRM with complex dependencies

2004-01-19 Thread Mark Stosberg
On 2004-01-19, Stewart C. Russell [EMAIL PROTECTED] wrote: If I had parameters withdrawal_amount and margin_available, how would I define a Data::FormValidator clause to check that withdrawal_amount=margin_available? It seems that all the examples assume that the parameters are simple,

[cgiapp] Re: CGI::Application::Session - session plugin for CGI::Application

2004-01-19 Thread Mark Stosberg
On 2004-01-19, Cees Hek [EMAIL PROTECTED] wrote: I haven't put this on CPAN, because I would like some comments on the usefulness of this module, and more importantly, on the implementation... Thanks for putting this together Cees. I've now reviewed the POD and code for this. I find it