First, I would go to the source for some good information. Read the 'Welcome to Struts' section at
http://struts.apache.org/struts-doc-1.2.7/index.html and follow the link given for MVC. For more detail on Struts + MVC, visit
http://struts.apache.org/struts-doc-1.2.7/userGuide/introduction.html#mvc My interpretation of the preceding links: Struts does contribute some to the View via ActionForms, taglibs, and tiles; however, its main functions are receive requests from some user, execute the appropriate business logic, which is contained in the Model, and send back the appropriate response.
[ November 01, 2005: Message edited by: Samuel Cox ]