I am looking for an example of a screen that has a list of edits, but only a single save function. I have seen examples [1] of a list that has update and delete buttons on each row.

[1] https://localhost:8443/catalog/control/EditProductPrices?productId=GZ-1004

More generally what would be the best way to deal with this concept. My thought is that I would still have a form on each row (as it is now for EditProductPrices), but the global save function would use javascript to submit each for in turn. I thinking in the correct direction?


Reply via email to