Can you show us some code and configurations? Nils-H
On Tue, Jan 6, 2009 at 11:20 AM, Daoyue Ming <[email protected]> wrote: > 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: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

