Kyle Brown, IBM Fellow, CTO for the IBM CIO Office, Author of Cloud Application Architecture Patterns, The Cloud Adoption Playbook, and many more. See my homepage at http://www.kyle-brown.com/ for the latest updates.
Matthew Phillips
Associate Instructor - Hofstra University
Amazon Top 750 reviewer - Blog - Unresolved References - Book Review Blog
- Jim Petersen <br />SCJP2<br />SCWCD<p>- but then again, I could be wrong...
Byron Estes<br />Sun Certified Enterprise Architect<br />Senior Consulant<br />Blackwell Consulting Services<br />Chicago, IL<br /><a href="http://www.bcsinc.com" target="_blank" rel="nofollow">www.bcsinc.com</a>
If you want to display a table of records and allow them to maintain the table (...not just a single record), you need to be able to relate individual fields to a row. So that all the impacted records can be updated.
The request will return the data as name/value pairs that unless you use some naming conventions cannot be reassembled into structured data. Also, the order of data in a request is not guaranteed.
Byron Estes<br />Sun Certified Enterprise Architect<br />Senior Consulant<br />Blackwell Consulting Services<br />Chicago, IL<br /><a href="http://www.bcsinc.com" target="_blank" rel="nofollow">www.bcsinc.com</a>