Hello,
What's the point of using DelegatingActionproxy instead of simply WebApplicationContextUtils.getWebApplicationContex t(servletContext); inside every action? I see many cons:
There is one more xml file (action-servlet.xml)
Have to define every action as a bean.
From the struts-config, you cannot tell what actions maps to what path, because all path point to DelegatingActionProxy.
How can I convice my boss and co-workesrs to use DelegatingActionProxy?


Reply With Quote
