On 8/25/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: Does that mean "struts-tiles1-plugin" is the same as the current > struts-tiles module?
Yes Another thing I've wondered... now that we have > ServletContextListener, do we really need "Struts Plugin" at all? I do not think that a ServletContextListener will be possible. I scheduled it for 1.4, but I cannot find a way to undo the Servlet API dependenceis from Struts. For instance, every ActionForm gets its servlet reference set. As for plug-ins, they are still necessary if a developer wants to do some pre or post processing of configuration. Paul