[Catalyst] RFC: HTML::Widget / Ajax / Catalyst

Sebastian Riedel sri at oook.de
Thu May 4 20:31:22 CEST 2006


04.05.2006 17:13 Brandon Black:

> I'd really like to see it also cover
> thigns like js-based client-side form validation that is automatically
> generated from the same rules as the server-side validation for the
> same form, etc.

That will never work, there are always callback constraints and  
things like that.
I'd prefer to use Ajax and validate server side using the original  
Perl constraints.

Yes it's a few more requests but will minimize user frustration,
don't you hate it when you submit a form and it just reappears with  
fields marked red?
Server-side Ajax validation would eleminate that completely.


--
sebastian




More information about the Catalyst mailing list