Hi,

I'm trying to create sort of a plugin mehchanism where I can dynamically
add forms to my cat app. however, catalyst is failing to find the config
file from the new path. That's understandably, but is there a way to
intelligently add additional search paths for C::C::H::FormFu?

this is basically what I want to do:

  /foo/form
     -> searches /path/to/core/root/forms/foo.yaml

  /bar/form
     -> search /path/to/plugin/root/forms/bar.yaml

and I want the above to exist in the same cat app at the same time.

any ideas? should I patch HTML::FormFu::config_file_path to handle
multiple paths ?

--d

_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to