Carl Franks wrote:
Can you check the value of $form->config_file_path()
for a form while it's running under Catalyst.
It should be set to something like:
/path/to/app/root/forms
Carl
I use :FormConfig() to set the path. I don't know how to check the
$form->config_file_path() while it's running. I put a debug line in the
function, but it doesn't get that far. It does display
sub new_character : Local FormConfig('character/new_character.yml') {
my ($self, $c) = @_;
# Print a message to the debug log
$c->log->debug("*** INSIDE new_prior METHOD for config_file_path =
$c->stash->{form}->config_file_path() ***");
The only message I see about path is:
[debug] Path is "prior/new_prior"
How should I check for this?
_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu