Sunday, April 4, 2010

JDev/ADF sample - Dynamic Row Selection for ADF Table Component

  • Dynamic Row Selection for ADF Table Component. It is a common use case, when user inserts new row into table and we want to prevent him from inserting one more row, before currently inserted row is not stored into database. Some customers like to have such functionality. You can implement this requirement with ADF pretty easily, just need to specify expression language for RowSelection property. I did a bit more and implemented complete use case, I will describe it today.
    Download - DynamicSelection.zip

No comments: