The 2.3.3 release of the Struts Portlet Plugin breaks using a Struts
application as both a portlet and as a standalone Java application.  I
believe the issue is similar to
https://issues.apache.org/jira/browse/WW-3763.  Thought we had fixed that
issue, but additional changes made to the Struts Portlet plugin source code
after the patch was applied have caused the same problem.  

I wonder if this line (69) in PortletRenderUrl

  if (PortletActionContext.getPortletContext() == null ||
"none".equalsIgnoreCase(urlComponent.getPortletUrlType())) {
            servletRenderer.renderUrl(writer, urlComponent);
            return;
        }

is part of the issue.  Does urlComponent.getPortletUrlType() still return
"none" ?



--
View this message in context: 
http://struts.1045723.n5.nabble.com/Struts-Portlet-Plugin-2-3-3-Breaks-Using-Struts-App-As-Both-Portlet-and-Standalone-Web-App-tp5686113.html
Sent from the Struts - Dev mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to