On Sat, Mar 6, 2010 at 6:17 AM, David <[email protected]> wrote: > Exactly, as there is a little bit of application logic, so I need this > process. > Thanks for the solution Jay. I'll go for it. > > Just one last question. When you talk about using > 'lib/MyApp/View/MyView.pm', you mean that is also correct to create a simple > perl Module for your view. Then implement process method in the View.pm and > forward the context from the Controller ( $c->forward( $c->view('MyView') ); > )? > > > David >
Yup, that is exactly right. -J _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
