To use with Struts 1.1, specify either the {@link org.nanocontainer.nanowar.struts.PicoRequestProcessor}, or if you are using the Tiles library, the {@link org.nanocontainer.nanowar.struts.PicoTilesRequestProcessor}, as the controller class in your Struts configuration file.
If you are using Struts 1.0, you can use the {@link org.nanocontainer.nanowar.struts.PicoActionServlet} instead. If you have your own request processor or action servlet class, you can use {@link org.nanocontainer.nanowar.struts.ActionFactory} in the processActionCreate
method of your action servlet or request processor.