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:39 PM.)
Tips and tricks from Steve Muench on Oracle ADF Framework and JDeveloper IDE

Search blog with Google:
 

Search BC4J JavaDoc:
 

October 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 31        
Sep   Nov

Get Firefox!

Monday, October 02, 2006

I've added example #88 illustrating how to use an ADF JSP Graph tag -- which is not yet a JSF UIComponent in 10.1.3 -- inside a JSF page by wrapping it with an <f:verbatim> tag. Furthermore, it illustrates how by wrapping this <f:verbatim> tag with an <af:panelGroup> you can have the region containing the graph participate in partial page rendering so the graph can dynamically update when values that affect it change in the web page.


10:33:51 AM    



I've added Example #87 to illustrate a technique for exposing the original value of an entity attribute to the data binding layer so you can present the end user with a side-by-side view of the current/pending value they have changed, alongside the original value that an attribute had, so that they can perform a visual verification that all the changes are correct before committing a transaction.


10:31:11 AM    


© Copyright 2008 Steve Muench.