Free online reference management for clinicians and scientists
Bookmarks by "jdeveloper".
- These articles and links have been posted by Connotea user "jdeveloper".
- To start your own library:
Watch a short video (2m 41s)
This user doesn't have a profile on the Connotea Community Pages yet. 

Number of articles per page:
Frank Nimphius' Blogbuster, (26 Jul 2008)
Oracle 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, a LOV dialog is opened with the pre-fetched list of data. Of course, Oracle Forms LOV can also be used the dumb way, in which the user hits the LOV button to then manually enter the query condition before pressing the execute query button.
In JDeveloper 11, the ADF Faces and ADF development teams have closed the gap that existed in 10.1.3 for LOV on the web. A new component, the af:inputListOfValues component, is introduced that, in combination with ADF Business Component’s model driven list of values, can be configured to behave and act like LOVs in Oracle Forms.
This how-to document shows and explains how to build such a list of values and also unveils the little code to write to make the LOV pre-fetching a list of values based on the partial user input in the input text field.
atjamil, (25 Jul 2008)
Siteminds, (23 Jul 2008)
how to build a simple EJB3/JAX-WS/JAXB web service contract first
>= Jdeveloper 10.1.3, (23 Jul 2008)
a small code snippet on how to avoid selection-state reset of an ADF table when the underlying method is re-queried
ADF Faces RC Howto pass additional arguments to a JavaScript function using the afclientAttribute element
Frank Nimphius' Blogbuster, (22 Jul 2008)
www.oracle.com
In 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 foresee a mechanism for the developer to pass additional arguments - like a rowKey - to the JavaScript method. Here client attributes come to the rescue.
Oracle ADF JSF Mind your flags
Thanassis Bakalidis's Programming and DBA Scratch Pad BLOG, (18 Jul 2008)
<< Prev 0 Showing entries 1 to 10 of 551 total Next 10 >>


