You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Nils-Helge Garli (JIRA)" <ji...@apache.org> on 2008/11/30 12:23:37 UTC

[jira] Resolved: (WW-2767) problem with url tag when using portlets

     [ https://issues.apache.org/struts/browse/WW-2767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nils-Helge Garli resolved WW-2767.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.3

Should be fixed in trunk.

> problem with url tag when using portlets
> ----------------------------------------
>
>                 Key: WW-2767
>                 URL: https://issues.apache.org/struts/browse/WW-2767
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Portlet
>    Affects Versions: 2.0.11.2
>         Environment: struts 2.0.11.2
> portlets (Apache Pluto 1.1.5).
>            Reporter: Artur Harasimiuk
>             Fix For: 2.1.3
>
>
> hi all,
>   i'm using struts 2.0.11.2 with portlets (Apache Pluto 1.1.5).
>   I have problem with struts url tag. I have something like this:
> ---------
> <%@ page contentType="text/html; charset=UTF-8" %>
> <%@ taglib prefix="s" uri="/struts-tags"%>
> [..]
> <s:iterator value="%{menu}">
>   <a href="<s:url action="%{url}"/>">link
> </s:iterator>
> [..]
> ---------
> where '%{url}' is valid property.
> in plain struts application value for action attribute is retrieved from 'url' property, but when run as portlet value is not read. In this case invalid url is created.
> how to do this in portlet?
> thanks for help
> artur, 

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