I've a component I'm developing and come across a design problem in it. I create a table with inline edit of its contents. It's now working but I've a huge flaw in my design.
When the user submit the whole form I don't want the table to be validated/submitted, because as it's inline edited, its already on the server, and if the user didn't press "save" the input must be lost. I can do a work around and put everything outside my table in a a4j:region but I want to avoid that.