[web2py:30830] Re: Separation of Concerns

2009-09-12 Thread Ryan Montgomery
then customize the form in the view. > > Massimo > > On Sep 10, 8:13 pm, Ryan Montgomery wrote: > > > I am new to web2py and I have some questions. The first one being: > > > Does the ability to creating Forms with html tables in the controller > > violate the p

[web2py:30677] Separation of Concerns

2009-09-10 Thread Ryan Montgomery
I am new to web2py and I have some questions. The first one being: Does the ability to creating Forms with html tables in the controller violate the principal of "Separation of Concerns"? Shouldn't this "view logic" be handled in the view and not in the controller? Please reference example #28