Updated Glasspane example in ADF Faces RC with native functionality example

Frank.Nimphius | Nov 20, 2008 08:55 -0700

Shortly before JDeveloper 11 went production, a new feature sneaked it that provides a JavaScript contract for a native glass pane in ADF Faces RC. I just got reminded of this feature by a recent post on the OTN forum. I updated the glass pane article on the ADF Code Corner website with this information so you find it all in a single place.

Frank

How-to declaratively create new table rows based on the existing current row content

Frank.Nimphius | Nov 19, 2008 22:43 -0700

A frequent requirement posted on the Oracle JDeveloper forum on OTN is to create new rows in a table based on the copy of an existing row. Using the new CreateWithParams operation exposed on the ADF Business Components ViewObject this task becomes fully declarative in Oracle JDeveloper 11. This blog article provides instructions on how to achieve the goal.

[Read more]