DavidCAIT wrote:
My JSP code looks like:

<s:iterator value="myList" status="outerStat">
  <s:iterator value="myList[#outerStat.index]" status="innerStat">
    <s:textfield value="%{property}"
      name="myList[%{#outerStat.index}][%{#innerStat.index}].property"/>
  </s:iterator>
</s:iterator>

I did something very similar to this quite some time ago, although it was actually a little worse (another layer, the name of one of the properties was dynamic) and was crowned the King of OGNL for my efforts.

Maybe search the archives--there shouldn't be an issue doing things like this if things are set up right.

Dave

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

Reply via email to