« ADF Code Corner: How-to build XML Menu Model based site menus and how to protect them with ADF Security and JAAS | Main
ADF Code Corner: How-to copy/paste the value of a table cell to other – selected – table rows
By frank.nimphius | June 1, 2010
This blog article describes the solution to a very specific customer problem and requirement (aka. use case) to copy the value of a table cell to the same column in multiple selected table rows. The idea behind this use case is to enable application users to bulk update status information by copying an existing status information. The problem description is a good example for a client side JavaScript solution as there is no native API in ADF Faces tables to detect the selected table cell. In addition, though the sample works perfectly fine with ADF Business Components models, the solution is implemented with a POJO model to mimic the customer environment and to increase the amount of samples Oracle provides in this area.
Frank
Topics: ADF, ADF Faces RC, JDeveloper, JavaServer Faces | No Comments »
Comments are closed.