Octavian Râsnita wrote:
Hi,
You can use something like this:
package MyApp::Controller::Test;
use base 'Catalyst::Controller::HTML::FormFu';
sub action : Local {
my ($self, $c, $template) = @_;
my $form = $self->form;
$form->load_config_filestem($template);
$form->process;
$c->stash(form
From: "Steve Rippl"
Hi,
I'm using Catalyst and FormFu, and I've found I can vary the config file
used with
sub controller_name :Local :Formconfig('/path/to/file.yml')
Can I set that file name using a variable, essentially off one of the
url args, so that I could use a different file depen