Alexandre Jousset wrote:
> - Use TT as view
> - Use a form validator
> - Not necessarily use a widget creation plugin
> - I18n
> - Reuse the most possible code / templates and be very modular
Catalyst::Controller::FormBuilder does all that. It also auto-generates
client-side validation logic for you, so you can save poor typists a
roundtrip.
--
package JAPH;use Catalyst qw/-Debug/;($;=JAPH)->config(name => do {
$,.=reverse qw[Jonathan tsu rehton lre rekca Rockway][$_].[split //,
";$;"]->[$_].q; ;for 1..4;$,=~s;^.;;;$,});$;->setup;
_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/