gshank/html-formhandler

Custom field types are restricted to HTML::FormHandler::Field namespace

robrwo opened this issue · 3 comments

It seems unable to load custom field types that are not in the HTML::FormHandler::Field namespace, e.g. 'MyApp::Form::Field::FooBar'.

Sort-of nevermind: I found where this was documented. However, it does not seem to be finding anything in the HTML::FormHandlerX::Field namespace.

There's a testcase and other apps that show that this does actually work. Please provide a failing testcase if you think otherwise.

I'll try and reproduce it.