I <s:iterator value="images">, which iterates over a List of String[].

I then 

<s:push value="top" id="image">
    <s:property />
  </s:push>

To get such an array available with key "image".

I would then like to

<s:property value="image[0]">
<s:property value="image[1]">
<s:property value="image[1]">

but any number in []'s is accepted (or, rather, ignored), giving me the full 
contents of the array instead of the entry specified.
What could I be doing wrong?

Best regards,

Fjodor
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=57292&messageID=113108#113108


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to