[
https://issues.apache.org/jira/browse/WW-3861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13793318#comment-13793318
]
Lukasz Lenart commented on WW-3861:
-----------------------------------
I need your help to understand how Portlet should work:
- action: index, namespace: /, portletMode: view => /view/index.action
- action: index, namespace: /user, portletMode: edit => /edit/user/index.action
- action: index, namespace: /view, portletMode: view => /view/view/index.action
(???)
- action: index, namespace: /edit, portletMode: view => /view/edit/index.action
(???)
I think there is mismatch between portletMode and namespace, like above when
there is namespace {{/view}} and portletMode {{view}}, the path must be
{{/view/view}} not just {{/view}}, am I right?
> Using namespace in Portlet URLs does not work anymore
> -----------------------------------------------------
>
> Key: WW-3861
> URL: https://issues.apache.org/jira/browse/WW-3861
> Project: Struts 2
> Issue Type: Bug
> Components: Plugin - Portlet
> Affects Versions: 2.3.4
> Environment: GateIn 3.2
> Reporter: Thomas Delhoménie
> Fix For: 2.3.17
>
> Attachments: WW-3861.patch
>
>
> I just tried the sample portlet apps
> (http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/).
> The link example using a namespace (edit mode -> dummy test) does not work
> anymore (it used to work in 2.3.3).
> The namespace returned by the
> org.apache.struts2.portlet.util.PortletUrlHelper.buildUrl method does not
> prepend the portlet mode in this case ("/dummy" instead of "/edit/dummy").
--
This message was sent by Atlassian JIRA
(v6.1#6144)