Nathan Coast wrote:
Is passing a map of params to a construct a url supported by the URL
tag? (or some other struts2 mechanism).
<s:url id="uri" action="%{action}" namespace="%{nameSpace}">
<s:iterator value="%{parameters}" status="paramStatus">
<s:param name="%{key}" value="${value}"/>
</s:iterator>
</s:url>
${key} ${value} return the correct values however the s:param doesn't
support expressions.
It doesn't support JSP EL expressions, but it *does* support OGNL
expressions.
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org