logo       
Google Custom Search
    AddThis Social Bookmark Button

Re: fill_password and CGI::Application::ValidateRM (new release): msg#00024

Subject: Re: fill_password and CGI::Application::ValidateRM (new release)
Mark Stosberg <mark@xxxxxxxxxxxxxxx> wrote:
> On 2004-03-04, Gabor Szabo <gabor@xxxxxxxxxxx> wrote:
>> ... and keeping my self discussion on, here is an untested patch to CAV
>> that could solve my problem. If there really is a problem.
>>
>> --- /opt/perl582/lib/site_perl/5.8.2/CGI/Application/ValidateRM.pm    Tue 
>> Dec  2 13:01:37 2003
>> +++ CGI/Application/ValidateRM.pm     Thu Mar  4 10:44:28 2004
>> @@ -21,6 +21,7 @@
>>       my $self = shift;
>>        my $return_rm = shift || die 'missing required return run mode';
>>       my $profile_in = shift || die 'missing required profile';
>> +     my $html_fill_params = shift;
>>
>>       # If the profile is not a hash reference,
>>       # assume it's a CGI::App method
>> @@ -53,7 +54,8 @@
>>                my $fif = new HTML::FillInForm;
>>                $err_page = $fif->fill(
>>               scalarref => $return_pageref,
>> -                      fobject => $self->query
>> +                      fobject => $self->query,
>> +                      %$html_fill_params,
>>                );
>>       }
>>       return ($r,$err_page);
> 
> Gabor,
> 
> Thanks for the patch.  Seems like a good idea to me. Could you expand
> your patch to include documentation and a test case? With that, I so no
> reason not to release it.

... and months letter I've found these messages, merged the patch and
created a release. 

It's here if anyone wants to give it a spin before it hits CPAN:

http://mark.stosberg.com/perl/CGI-Application-ValidateRM-1.12.tar.gz

        Mark

-- 
http://mark.stosberg.com/ 


---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/cgiapp@xxxxxxxxxxxxxxxxx/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: cgiapp-unsubscribe@xxxxxxxxxxxxxxxxx
For additional commands, e-mail: cgiapp-help@xxxxxxxxxxxxxxxxx





Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>