I am using Oracle ADF for one of my project and i am using Query component of ADF. For given tables the query component creates view objects and maps the relations. ADF uses its own custom model class for this component and it should understand the DB tables. But for my project i have no access to database. All i can do pass a string or ...
How to retrieve IPAddress and browser information of user in ADF. I am not able to find this in ADFContext.
...
Someone knows how to get a user's roles in a Oracle SOA 11g BPMN application from a backing bean in a TaskFlow??
I need to know the role of the user in order to activate some fields, my idea is to get it from the backing bean and do something. is there a better way to do this?
...
Do you have some hint, a reference, an example of how to integrate Oracle SOA Suite 11g (BPMN or BPEL) security with the ADF TaskFlow's security of the human tasks???
...
Hi, I wonder if there is a way to disable the rendering of all images from all JSF components. As you know, JSF/ADF components have thier own builtin images, which is really nice but I have a weird requirement to not displaying those images at all.
I am using JSF and ADF Faces (not ADF Rich Faces). Thanks in advance.
...
I want to capture query component mode(Basic | Advanced) in processQuery event listener method for QueryEvent as below:
public void processQuery(QueryEvent queryEvent)
{
// Add event code here...
QueryDescriptor qdesc = queryEvent.getDescriptor();
String searchName = qdesc.getName();
String queryMode =?
I tried to get...
I have a complex application that contains a mix of JSF and Apache MyFaces. In any case, I'm getting a runtime ServletException about a ConvertNumberTag () that's invalidly-nested (currently, it's under a tr:outputText tag).
Unfortunately, I cannot figure out how to tell what is valid and invalid nesting. The Apache MyFaces site doesn't...
This is a two part question:
I would like to know where does Oracle ADF 11g stands as a framework to develop / deploy Web / Java EE Applications as compared to other frameworks.
How much is Oracle ADF being used as a framework to Develop Web Applications.
I am asking from a perspective that weather there are good job opportunities as ...
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 framework is (first) running the query, and (second) running the same query wrapped within "select count(1) from (...query...)" - the goal here i...
Hi, I'm a .NET Develop. I'm using ESRI / ADF and I have a problem whit some methods of Geodatabase. On the beginning of development I needed connect on GeoDB and execute queries. On this moment I got this error, ACCESS DENIED:
(Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
So I solved this, creating my IWorksp...
Why is Oracle ADF not escaping quotes for me when I use to build up strings in Javascript?
<jsp:root ...>
<f:view ...>
<afh:html>
<f:loadBundle basename="message" var="msg"/>
<afh:head ...>
<script>
function validate() {
var errorMessages = '';
.
.
if (regNum == '') {
errorMessages = err...
Hi, 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 will submit the value just fine if I use af:commandButton instead of h:commandButton.
Here is my button:
<h:commandButton styleClass="...
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/index.jspx;jsessionid=GTYNMf7Mq2JD6L4v38yCdTh2HLplhJYLTGc1J1TjZFwmpZjcqh1n!-294683649?_afrLoop=28596129526428344&_afrWindowMode=0&_a...
I would like to develop applications using Oracle ADF Framework. How is the licensing? How much costs to develop and deploy applications to my customers with this amazing technology.
...
Hi, I am having issue with my js function within a ADF Faces af:interator. I have 3 controls within an af:iterator (af:ouputText, af:inputText, af:selectBooleanCheckBox) and I would like to have a js function on the checkbox so that when checking the checkbox, the text of the ouputText will be copied into the inputText.
The issue here i...
In my Data Control Palette, I have a table. That table has a Yes/No column...lets call it: 'A1'. Now I drag and drop off 'A1' as an AF:SelectOneRadio component. When the dialog box pop up for me to fill out the bindings, I use dynamic. For the 'base data source attribute' I use A1 and for the 'list data source attribute' I use a column c...