Hello,
in the new Servlet Component, there is the Container which contains the
global environment.
When it receives an action request, it gets the right Action from the
ComponentManager and launch the handleRequest function.
Should the Container be injected into Action components to retrieve local
Request/Response objects or may I misunderstand the model?
regards
Pascal