Archive for July, 2008
JDeveloper 10.1.3.4 released
Wednesday, July 30th, 2008JDeveloper 10.1.3.4 has been released and is available for download on OTN
[download]
Frank
How-to build Oracle Forms style List-of-Values in ADF Faces RC
Saturday, July 26th, 2008Oracle Forms allowed developers to associate a smart list of values with an inputtext field. The intelligence of the Forms LOV appears almost mind reading in that it doesn’t pop up the LOV if the partial search condition entered by the user retrieves a single match only. If more than a single match is returned, [...]
ADF Faces RC: How-to pass additional arguments to a JavaScript function using the af:clientAttribute element
Tuesday, July 22nd, 2008In JDeveloper 11, JavaScript events like onClick, onFocus etc. are handled through the ADF Faces RC client framework using the af:clientListener component. The signature of the af:clientListener is defined such that the developer provides the name of a method to call and the JavaScript event to trigger this method call. The clientListener signature however doesn’t [...]
How-to build a reusable Glasspane in ADF Faces RC
Tuesday, July 15th, 2008Ever met a patient application user? If not, don’t worry, they just don’t exist. Users work with an application to get their job done in the shortest time possible. So clicking a button and then sit and wait for a response to show is not their kind. If an application is busy with a background [...]
ADF Faces RC: How-to Conditionally Prevent Dialogs from Closing
Tuesday, July 1st, 2008ADF Faces Rich Client provides in browser popup dialogs and panels. Compared to the still existing and still good to use ADF Faces dialog framework, the popups are lightweight dialogs that have their content defined within the parent page. At runtime these popups render as DHTML dialogs on the parent page. The available categories of [...]
