>>>>> "greg1java" == greg1java <[EMAIL PROTECTED]> writes:
greg1java> I am developing my first struts application and am having trouble finding an example of an ActionServlet (Controller). I've looked thru the Struts samples and have a Wrox book (JSP Site Design) but neither contain examples. Does anyone have an example?? I may be misinterpreting your question, but in order to use Struts, you don't need to see or implement an example of an ActionServlet, you just need to use the one that Struts provides. The Struts ActionServlet takes the role of the Controller in the MVC paradigm. You only need (generally) to implement your views, forms, actions, and your configuration. As your applications get more advanced and complex, you'll end up using more aspects of it. Recent changes to modularize the ActionServlet class makes it even less likely you'll be subclassing ActionServlet. -- =================================================================== David M. Karr ; Java/J2EE/XML/Unix/C++ [EMAIL PROTECTED] _______________________________________________ MVC-Programmers mailing list [EMAIL PROTECTED] http://www.basebeans.com:8081/mailman/listinfo/mvc-programmers