I saw this entry on the wiki.

http://wiki.opensymphony.com/comments/Tabular+inputs

How would you set this up if you did not know the keys ahead of time.
Namely, for every entry there would be two text boxs, the "key" and the actual "value"

The example does:
<input type="text" name="marks['candidateId1']" value="4" size="3"/>
Where 'candidateId1' is the key. 

How would this be expressed if the user was supposed to supply the keys?
?????
<input type="text" name="marks[].key" value="4" size="3"/>
<input type="text" name="marks[].value" value="4" size="3"/>

Thanks

--
Matthew Payne <[EMAIL PROTECTED]>

Reply via email to