Hello Will! > Quick question: how do we determine the sequence of submitted form elements?
I wouldn't rely on the browser "ordering" the form elements properly for your application to handle. As another reply suggested, you can use JavaScript to construct an array and submit that to the server. Or, you can (with JavaScript, again) make sure every row also carries information about its position when the form is sumbitted. Cheers, Michele. -- Michele Beltrame http://www.italpro.net/ - [email protected] Skype: arthas77 - Twitter: _arthas _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
