Hi,
Is passing a map of params to a construct a url supported by the URL
tag? (or some other struts2 mechanism).
I've tried most things but no joy - e.g:
<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.
thanks,
Nathan
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org