On 7/1/10 3:51 PM, Ken wrote:
This produced the desired effect:
(added var="header" to iterator tag)

                     <s:iterator value="list[0].keys" var="header">
                         <th><s:property value="header"/></th>
                     </s:iterator>

If you have var="header" in the iterator, the appropriate way to reference that value within the iterator is "%{#header}"

-Dale

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

Reply via email to