I have a JSP page where I need to iterate over a list of strings and for
each string, I need to query the OGNL stack and get the value that
string name represents followed by adding the name/value pair to a URL.
I thought something like the following would work but it doesn't.  Can
anyone help?

<s:url id="url" action="actionCallback">
  <s:iterator value="params" var="param" status="paramStatus">
    <s:param name="top"/><s:property value="#top"/></s:param>
  </s:iterator>
</s:url>




---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to