You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Vladimir Limansky (JIRA)" <ji...@apache.org> on 2008/05/14 23:25:05 UTC

[jira] Created: (WW-2646) Resource urls are not built correctly in struts2-portlet2-plugin

Resource urls are not built correctly in struts2-portlet2-plugin
----------------------------------------------------------------

                 Key: WW-2646
                 URL: https://issues.apache.org/struts/browse/WW-2646
             Project: Struts 2
          Issue Type: Bug
          Components: Plugin - Portlet
    Affects Versions: 2.1.0
         Environment: struts2-core-2.1.0.jar struts2-portlet2-plugin.jar 
            Reporter: Vladimir Limansky


There is no 'resourceId' mentioned while building the resource URL using s:url tag.

Consider using s:url tag with portletUrlType="resource". The 'resourceId' parameter is missing in the result URL.

org.apache.struts2.portlet.util.PortletUrlHelper class has neither 'resourceId' parameter nor setResourceID() is called anywhere in the code.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WW-2646) Resource urls are not built correctly in struts2-portlet2-plugin

Posted by "Nils-Helge Garli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nils-Helge Garli resolved WW-2646.
----------------------------------

    Resolution: Not A Problem

> Resource urls are not built correctly in struts2-portlet2-plugin
> ----------------------------------------------------------------
>
>                 Key: WW-2646
>                 URL: https://issues.apache.org/struts/browse/WW-2646
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Portlet
>    Affects Versions: 2.1.0
>         Environment: struts2-core-2.1.0.jar struts2-portlet2-plugin.jar 
>            Reporter: Vladimir Limansky
>
> There is no 'resourceId' mentioned while building the resource URL using s:url tag.
> Consider using s:url tag with portletUrlType="resource". The 'resourceId' parameter is missing in the result URL.
> org.apache.struts2.portlet.util.PortletUrlHelper class has neither 'resourceId' parameter nor setResourceID() is called anywhere in the code.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-2646) Resource urls are not built correctly in struts2-portlet2-plugin

Posted by "Nils-Helge Garli (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43853#action_43853 ] 

Nils-Helge Garli commented on WW-2646:
--------------------------------------

The Struts 2 Portlet 2.0 plugin is still in the sandbox. The JIRA for the Struts Sandbox is here: https://issues.apache.org/struts/browse/SB. You can also report your problem at http://boss.bekk.no/display/BOSS/Struts+2+Portlet+2.0+Plugin

> Resource urls are not built correctly in struts2-portlet2-plugin
> ----------------------------------------------------------------
>
>                 Key: WW-2646
>                 URL: https://issues.apache.org/struts/browse/WW-2646
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Portlet
>    Affects Versions: 2.1.0
>         Environment: struts2-core-2.1.0.jar struts2-portlet2-plugin.jar 
>            Reporter: Vladimir Limansky
>
> There is no 'resourceId' mentioned while building the resource URL using s:url tag.
> Consider using s:url tag with portletUrlType="resource". The 'resourceId' parameter is missing in the result URL.
> org.apache.struts2.portlet.util.PortletUrlHelper class has neither 'resourceId' parameter nor setResourceID() is called anywhere in the code.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.