[cgiapp] ValidateRM if logged in

2005-08-05 Thread Michael Lackhoff
Hello, I am doing all the usual form valdation with C::A::P:ValidateRM but now I want to add a check for logged-in status and don't know how. What I want in pseudocode: If (not logged-in) { required = [qw/username password/] checkpassword } As a result I would like three error params:

[cgiapp] Re: new plugin proposal: RequireSSL

2005-08-05 Thread Robert
Mark Stosberg [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I've added a proposal for new plugin to the wiki, if someone is looking for a small project to take on. I hesitate to do this because I am so new to both Perl and C::App but I would like to try my hand at this. If there are

[cgiapp] Question on passing a list via param method...

2005-08-05 Thread Kleindenst, Fred
Hello all, I'm trying to pass a list via the param method. I don't see this discussed in the docs, and it seems via some brief experiments that I need to pass a reference to an array. Am I missing something? --Fred - Web

Re: [cgiapp] Question on passing a list via param method...

2005-08-05 Thread Rhesa Rozendaal
Kleindenst, Fred wrote: Hello all, I'm trying to pass a list via the param method. I don't see this discussed in the docs, and it seems via some brief experiments that I need to pass a reference to an array. Am I missing something? Yes, that should work. You'd do it like this: