I'm using C::HTML::FormBuilder for a simple login form and would like to
use the standard $c->authenticate() for validation.

This means that I either have to pass ctx => $c to 
$form->process(), more tightly coupling the controller to the form,
or do all of the $c->authenticate() stuff after $form->validated(),
making my controller fatter.

Is there another way of accomplishing this more elegantly, or is one of
these options acceptable?

Just curious is all.

-- 
Kiffin Gish <kiffin.g...@planet.nl>
Gouda, The Netherlands


_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to