« New ADF Faces Caching filter in JDeveloper 11g R1 Patch Set 1 | Main | ADF Code Corner: ADF Security lesson 4 – Security Expressions released »
ADF Code Corner: How-to pass values from a parent page to a popup dialog
By frank.nimphius | November 4, 2009
To display values of the current table row in a popup dialog, or read current row data values in Java, developers use a simple but effective binding trick: To access the values of a selected row, you create attribute bindings for all attributes of interest of the iterator that the tree binding, which populates the tree at runtime, is based on. Because tables synchronize the selected table row with the binding, the attribute bindings always provide access to the row values using #{bindings.
Read More and Get More on ADF Code Corner
Topics: ADF Faces RC, JavaServer Faces | No Comments »
Comments are closed.
