If I have multilple forms on a page, I generally prefer them to each have their own controller, so I would probably got with A. Then all the controllers can just share a view.
--jim ----- Original Message ----- From: "Shackelford, John-Mason" <[EMAIL PROTECTED]> To: "'Maverick User List'" <[EMAIL PROTECTED]> Sent: Monday, January 13, 2003 11:43 AM Subject: [Mav-user] design opinion > For a complex HTML screen with numerous forms, javascript controls, and > functions do you prefer to: > > A. Create multiple controllers to handle different functions, but have each > render the view, perhaps using a helper object to do so. > > B. Create a single controller but write helper objects to handle various > functions so as to keep the complexity out of the controller. > > C. Something else? > > > Perhaps the best solution is to avoid such complex pages, but I am not the > spec writer... :) > > Thanks, > > John-Mason Shackelford > > Software Developer > NCS Pearson - Measurement Services > 2510 North Dodge St. > Iowa City, IA 52245 > 319-354-9200x6214 > [EMAIL PROTECTED] > > > **************************************************************************** > This email may contain confidential material. > If you were not an intended recipient, > Please notify the sender and delete all copies. > We may monitor email to and from our network. > **************************************************************************** > > > ------------------------------------------------------- > This SF.NET email is sponsored by: FREE SSL Guide from Thawte > are you planning your Web Server Security? Click here to get a FREE > Thawte SSL guide and find the answers to all your SSL security issues. > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en > [INVALID FOOTER] ------------------------------------------------------- This SF.NET email is sponsored by: FREE SSL Guide from Thawte are you planning your Web Server Security? Click here to get a FREE Thawte SSL guide and find the answers to all your SSL security issues. http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en [INVALID FOOTER]
