Hermida, Leandro wrote:
I thought the tutorial was absolutely great - things that I had in the past spent hours developing myself are practically plug and play and it gives you a nice taste of how powerful Catalyst is! One question about the tutorial though, doesn't building "presentation" material inside the controller using HTML::Widget so of break the MVC concept? After reading the Catalyst intro and about MVC I thought I wouldn't be writing anything HTML or presentation specific in the M or the C parts, only in the V which are the TT files. Do I have something wrong in my thinking?
Nope, you're right, the form declarations belong to the view, HTML::Widget was an experiment and i wouldn't suggest using it anymore.
There should be a TT plugin imo similar to the CGI.pm one, just sane. :)


--
sebastian

_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to