On 8/2/05, Kent Boogaart <[EMAIL PROTECTED]> wrote: > I guess my question is: is the action form considered part of the model? If > not, what?
Does it really matter, what you call it? Officially action form is not part of the Model. Model is supposed to reside in your own code, which you call from form/action/whatever. On the other hand, some developers aggregate DTOs or even real BOs into action form. Does this make action form a part of Model? Don't think so, it is just a container at best. Michael. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]