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, -- View this message in context: http://www.nabble.com/problem-with-url-tag-when-using-portlets-tp18979825p18979825.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]