From issues-return-22393-apmail-struts-issues-archive=struts.apache.org@struts.apache.org Fri Oct 11 16:28:45 2013 Return-Path: X-Original-To: apmail-struts-issues-archive@minotaur.apache.org Delivered-To: apmail-struts-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 22518104E9 for ; Fri, 11 Oct 2013 16:28:45 +0000 (UTC) Received: (qmail 35332 invoked by uid 500); 11 Oct 2013 16:28:43 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 35293 invoked by uid 500); 11 Oct 2013 16:28:42 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 35284 invoked by uid 99); 11 Oct 2013 16:28:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Oct 2013 16:28:42 +0000 Date: Fri, 11 Oct 2013 16:28:42 +0000 (UTC) From: "Dmitri (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (WW-4219) portlet namespace is ignored by s:url and s:a tags MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/WW-4219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13792769#comment-13792769 ] Dmitri commented on WW-4219: ---------------------------- I think the problem is in PortletUrlHelper.buildUrl line 95, calling prependNamespace(namespace, portletMode, false); flag boolean for namespace is always false. > portlet namespace is ignored by s:url and s:a tags > -------------------------------------------------- > > Key: WW-4219 > URL: https://issues.apache.org/jira/browse/WW-4219 > Project: Struts 2 > Issue Type: Bug > Components: Plugin - Portlet > Affects Versions: 2.3.4 > Reporter: Dmitri > Fix For: 2.3.17 > > Attachments: portlet.xml, struts.xml, success.jsp, test-portletapp.zip > > > starting from version 2.3.4 portletNamespace from portlet.xml is ignored by and tags, when portlet plugin is used, action mapping error is displayed. -- This message was sent by Atlassian JIRA (v6.1#6144)