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

Search blog with Google:
 

Search BC4J JavaDoc:
 

October 2005
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!

Thursday, October 13, 2005

A customer asks an interesting question on the JDeveloper Discussion Forum about how to create a Swing panel that initially appears without executing the query of its bound view object, allows the developer to enter a value into the panel to be used as a bind variable value, sets the value of the view object's bind variable using that value, and displays the results in a JTable.

I've added Example #53 -- unimaginatively titled "JClient Panel Allowing User to Supply Bind Variable Before Executing Query, Showing Results in JTable" -- to my not yet documented examples page showing how to accomplish this.


1:24:53 PM    



Henning asks an interesting question over on the JDeveloper Discussion Forum about how to access custom properties defined on a view object attribute via an EL expression in a JSP page?

I've added Example #52 ("Accessing Custom AppModule, ViewObject, and ViewObject Attribute Properties via EL in a JSP Page") to my not yet documented ADF samples page.


12:35:55 PM    


© Copyright 2008 Steve Muench.