[jifty-devel] Action params at run time

Salih Gönüllü salih at ip-plus.net
Fri May 11 03:53:59 EDT 2007


Hi all,

Is it possible to 'declare' Action params at  runtime just before using
them ? something like:

In MyApp::Action::MyAction

    my %new_params = declare {
          param 'foo' => ... ;
          param 'bar'=> ... ;
    }; 
    $self->merge_with_params(\%new_params);  # or another method


Cheers,

          -salih



More information about the jifty-devel mailing list