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


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.

Reply via email to