Hi,

how can I get values out of the ServletContext within a Action?

such as:
ServletContext ctx = getServletConfig().getServletContext();
String dbdriver = ctx.getAttribute(Constants.DBDRIVER);

thanks rainer


Reply via email to