Namespace attribute should not rely on portlet URLs in tag ------------------------------------------------------------------- Key: WW-1859 URL: https://issues.apache.org/struts/browse/WW-1859 Project: Struts 2 Issue Type: Bug Components: Portlet Integration, Views Affects Versions: 2.0.6 Reporter: Oleg Gorobets Attachments: WW-FormTag.patch Current implementation of tag uses portlet URL to retrieve namespace attribute. This approach can be harmful when portlet URL returns path with the context prefix, e.g. /context/namespace/Action.action or custom (non-struts) URL. Instead it will be much better to use 'namespace' attribute with the highest priority and then (if not defined) current namespace (see patch for details). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.