how to make the commit button enabled
xsyangMar 27 2011 — edited Mar 27 2011I am using Jdevt 11g & ADF bc. I add a edit af:table in my page, i have added 'CreateInsert' & 'Delete' oeration as buttons for Create and Delete, I also set up the table's property attribute 'EditingMode' as ClickToEdit. after that, I add the AM commit operation as button 'Save' .
When the page start to rendered, the 'commit' button is greyout, and when I add a new row or delete a row, the commit button become enabled to let me to save my changes. that's fine.
But When I click some column, and change the content, The 'commit' button will still be greyout. what I can do. Thanks!