On 7/29/05, Joe Germuska <[EMAIL PROTECTED]> wrote:

> Struts does not provide any part of the "M" (Model).

The more colloquial way to say this is that Struts is a BYOM (Bring
Your Own Model) framework :-).

Craig

PS:  ActionForm is part of the view ... the purpose is to maintain the
server side state of your client side user interface components. 
People also use it to provide access to other model data, which sorta
works, but that wasn't ever the design intent.  You're better off
sticking model beans into the appropriate scope and accessing them
directly for that purpose.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to