On Dec 11, 2008, at 11:26 PM, Musachy Barroso wrote:

The problem with your suggestion is that it works for simple, and
specific cases, but given OGNL "power", there is a large way of cases
when it would break. Like

<s:push value="foo">
      <s:iterator value="bars[#action.index - 1 * Math.PI]">
              <s:textfield name="baz"  />
      </s:iterator>
</s:push>

what would the name be in that case?

How would you handle the request parameters from this form?
Most of the time you don't do such power OGNL expressions in a form, you're just interested in updating some objects in a collection.

Ronny



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

Reply via email to