Dive into Oracle ADF

Send me a mail
 Dive into Oracle ADF   Click to see the XML version of this web page.   (Updated: 2/3/2008; 9:20:09 PM.)
Tips and tricks from Steve Muench on Oracle ADF Framework and JDeveloper IDE

Search blog with Google:
 

Search BC4J JavaDoc:
 

June 2006
Sun Mon Tue Wed Thu Fri Sat
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30  
May   Jul

Get Firefox!

Wednesday, June 28, 2006

OTN recently removed the requirement that you be signed into OTN to read the ADF Developer's Guide for Forms/4GL Developers. I think that was blocking the Google spider from being able to index it.

Google, here you go. Please index the HTML version of the guide from the book's OTN homepage or the ADF Learning Center.

Thanks!


4:47:32 PM    



I've added example number 72 to my examples page illustrating a technique to use for search pages based on view objects with named bind variables. It shows how to keep user-entered search criteria values "sticky" across pages so that when they return to the search page, their last search criteria are still there instead of the original default named bind variable value.

The solution involves using a backing bean property to intercept the get/set for the usual attribute binding, and conditionally returning the value of a process-scope attribute where you've saved the user's search criteria value.

See section 10.5.2, "How to Work with Named View Object Bind Variables" in the ADF Developer's Guide for Forms/4GL Developers for more information on working with view object named bind variables.


11:28:30 AM    


© Copyright 2008 Steve Muench.