JSF ADF How to set Commit control to enabled upon change of data in table
steve.gDec 3 2008 — edited Dec 13 2008Using JDev 10.1.3.4 and Oracle ADF/BC
I have a simple search form with two search fields bound to Entity VO parameters. Below I have a table of the view with two editable text fields. In the actions facet of the table I have put a commit button and a rollback button.
The commit/rollback buttons do not enable until I requery the form after an edit; I would like to use partial page rendering to immediately change the buttons to the correct status after an edit.
I have tried combinations of PPR and/or a valuechange listener, but do not know how to make the button controls refresh upon edit.
Any ideas?
Thanks.
Steve