Re: [OT] The M in MVC (WAS: which method is better)

2006-02-28 Thread Michael Jouravlev
On 2/28/06, Antonio Petrelli <[EMAIL PROTECTED]> wrote: > R.Vijayaraghavan ha scritto: > > Hello, > > > > I usually have set and get methods for all properties in my Model class. > > After submitting a form, I pull out all the property values (form fields) in > > the Action class from the ActionFor

[OT] The M in MVC (WAS: which method is better)

2006-02-28 Thread Antonio Petrelli
R.Vijayaraghavan ha scritto: Hello, I usually have set and get methods for all properties in my Model class. After submitting a form, I pull out all the property values (form fields) in the Action class from the ActionForm object, set the values of all properties in the model from the action cla