I use Oracle ADf framework, and I use skins.xml. Whenever I add some new styleClass in my css, I will change my id in skins.xml. It did work. Suddenly,开发者_StackOverflow I am facing an issue. New s
I am planning to 开发者_StackOverflow社区use , ADF for my next project. It have couple of screens where , user enter data and that data is processed and stored in DB.
My Application has an af:table and it has a psuedo-column named serverName along with other columns. (By psuedo-column, i mean - it is just a UI column, it doesn\'t have a corresponding DB column).
What is the difference between JSPF and JSFF file-types in ADF ? I have not been able to find sufficient information on JSFF fil开发者_如何转开发es online.
I\'m trying to click panel splitter collaplse/expand button with javascript / jquery, to no avail. Here is an example of the splitters: http://jdevadf.oracle.com/adf-richclient-demo/faces/components/
I would like to submit a key value to my backing bean so that I know which person within a collection user trying to update. I think I need to used f:param to do so, but somehow it does not work. It w
Why is Oracle ADF not escaping quotes for me when I useto build up strings in Javascript? <jsp:root ...>
I have a strange issue with a query running in my JDeveloper ADF web application. It is a simple search form issuing a select statement to Oracle 10g database. When the search is submitted, ADF framew
Someone knows how to get a user\'s roles in a Oracle SOA 11g BPMN application from a backing bean in a TaskFlow??
I want to capture query component mode(Basic | Advanced) in processQuery event listener method for QueryEvent as below: