I have a problem to get the configuration inside portlet.xml in action, what I do is inside the portlet.xml, I add some config like the way struts2 did for defaultViewAction. Then in my struts2 action, I implements PortletContextAware, and try to get the config by using portletContext.getInitParameter method. However what is returnted from getInitParameter is the configuration in web.xml, not portlet.xml.
Is there any valid way to get it? --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org