[whatwg] additional key attribute in form field
Alexander
nav at ciklum.net
Fri Jul 6 05:07:10 PDT 2007
The simple name/value pairs that form submission is organized in are
sufficient for expressing data structures of any complexity.
Multidimensional keys like (name, key) in your example can be expressed
through combined names:
<input type="text" name="quantity:{id_value_here}" value="">
Of course, it's how I usually do this :) But I would not be against some common specified approach - especially taking into consideration some restriction on 'name' symbolset (there are much less restrictions on 'value' symbolset)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.whatwg.org/pipermail/whatwg-whatwg.org/attachments/20070706/a199a503/attachment.htm>
More information about the whatwg
mailing list