[Catalyst] FormValidator usage / enhancements
Sebastian Riedel
sri at oook.de
Wed Dec 7 16:16:23 CET 2005
Am 07.12.2005 um 15:57 schrieb Gabriel Fortuna:
>>> From: catalyst-bounces at lists.rawmode.org
>>> All tests pass on my machine (though that means nothing, not knowing
>>> how thorough the test suite is ;)
>
>> Test coverage is quite good, and it's very near a release, planned
>> are only bug fixes and some more constraints.
>
> It looks interesting, and certainly more grokable than DFV's cat
> plugin... However, more comprehensive documentation is imperative.
> I got
> a disconnect when trying to understand exactly how it slots into the
> picture... And how to have more than one widget. Might seem like a
> stupid thing, but it will definitely turn away more novice users.
my $widget1 = HTML::Widget->new('widget1');
my $widget2 = HTML::Widget->new('widget2');
Too complicated? :)
There is also a Cat plugin at http://dev.catalyst.perl.org/repos/
Catalyst/trunk/Catalyst-Plugin-HTML-Widget/
$c->widget('widget1');
$c->widget('widget2');
--
sebastian
More information about the Catalyst
mailing list