Hi all,
I'm still trying to get binded these "poll.pollOptions[]" in my Action:
I think this should be easy.. but I'm suffering to get this working..
<@s.textfield name="poll.name" id="poll.name" />
<#assign rowIndex = 0>
<@s.iterator value="poll.pollOptions" >
<@s.textfield name="poll.pollOptions[#{rowIndex}].option" />
<#assign rowIndex = rowIndex + 1>
</@s.iterator>
The form is loaded correctly, but I can't get array data on pollOptions
after form submission.
Please help!
Thanks,
Luciano
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]