On Wed, Apr 09, 2008 at 11:06:04AM +0200, Markus Holzer wrote:
> Hello fellows, please bear with me, as this is my first contribution to
> Catalyst.
>
> From the pod: This Plugin validates request parameters against a
> specification in a file that directly relates to the requests path (like
> the .fb files when using Formbuilder).
>
> I'm curiuos of your opinions.
Should be a controller base class.
Using a plugin for this is bad style - see for example Controller::FormBuilder
which replaces the old Plugin::FormBuilder
--
Matt S Trout Need help with your Catalyst or DBIx::Class project?
Technical Director http://www.shadowcat.co.uk/catalyst/
Shadowcat Systems Ltd. Want a managed development or deployment platform?
http://chainsawblues.vox.com/ http://www.shadowcat.co.uk/servers/
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/