Posted By:
Ted_Husted
Posted On:
Thursday, January 24, 2002 01:12 AM
The Struts config is designed to load some objects for
use by the ActionServlet controller. Other services, like JNDI, can
be setup in the usual way. You can then access them
from the Action as you would using a plain HTTP servlet.
The ActionServet is exposed to the Action through
getServer().
HTH -Ted