Imagine a table with a List of items (say, a List of people, each with an ID, Name and age). I am thinking about developing a way to make all rows editable and able to be saved simultaneously with a single submit button.
Specifically, each item (Person, in the example) is an object mapped with hibernate (although this feature should be independent of the persistent media). And ideally, the method should be smart enough to detect on which rows there were changes and only update these rows. Has anyone ever developed such a table, or knows of a strategy to implement it? -- View this message in context: http://www.nabble.com/GridView---save-multiple-items-at-the-same-time-tf4625630.html#a13209261 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]