hi !
can anybody tell me, how i could get the struts-plugins in a
struts-portlet ?
my problem:
in past i could get the plugins by this method:
public static ServiceFactory getServiceFactory(ServletContext context)
throws InternalException {
PlugIn[] plugIns = (PlugIn[])
context.getAttribute(Globals.PLUG_INS_KEY);
....
i could call this methode from actions and nonaction-classes.
the method works in a portlet also fine, when the caller is a action.
otherway i get no plug-ins.
is it possible to get the plugins over the portletcontext ?
when i try portletrequest.getsession().getcontext()..
i get only null...
thank you very much