[Catalyst] FormValidator usage / enhancements

Hartmaier Alexander Alexander.Hartmaier at t-systems.at
Wed Dec 7 17:05:38 CET 2005


Don't forget to add good newbie docs with examples.
Adding a 'why it's better than DFV' section in the readme or perldoc would be 
good too.
Looking forward to use it ;-)

-Alex


-----Original Message-----
From: catalyst-bounces at lists.rawmode.org 
[mailto:catalyst-bounces at lists.rawmode.org] On Behalf Of Sebastian Riedel
Sent: Wednesday, December 07, 2005 4:16 PM
To: The elegant MVC web framework
Subject: Re: [Catalyst] FormValidator usage / enhancements


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


_______________________________________________
Catalyst mailing list
Catalyst at lists.rawmode.org
http://lists.rawmode.org/mailman/listinfo/catalyst
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 5544 bytes
Desc: not available
Url : http://lists.rawmode.org/pipermail/catalyst/attachments/20051207/cb736515/smime-0001.bin


More information about the Catalyst mailing list