Top "Oracle-adf" questions

Oracle ADF is an end-to-end Java EE framework that simplifies application development by providing out of the box infrastructure services and a visual and declarative development experience.

Iterate through all rows in an ADF richtable

I have a table that displays two columns from a table and a third with checkboxes the user can check …

loops jdeveloper oracle-adf
How to set width to InputText in ADF

I have ADF application, which is a film database. I have a big problem with settings ADF component af:inputText. …

oracle-adf
Error : Could not create the Java Virtual Machine

I have created Oracle ADF project and tried to run. but i got below error. *** Using HTTP port 7101 *** *** Using SSL …

java oracle oracle11g oracle-adf
What exactly does the pageflowScope do in ADF Faces?

ADF faces exposes a new scope(called pageflow) in additon to to the normal session,request,view scopes for managed …

jsf jsf-2 oracle-adf trinidad
Tomcat session.ser

im using apache-tomcat6.0.24..and Enterprise Linux Enterprise Linux Server release 5.6 to install my EGRCM application.when im restarting my tomcat …

java oracle11g tomcat6 oracle-adf oracleapplications
How to use session attribute value with the where clause in Business component view object query.?

In the sessionScoped managed bean(registered managed bean in the bounded task flow and also in the adfc-config.xml file) …

oracle-adf
Checkbox In Oracle ADF Table: Not getting or setting data

I have an application written in Oracle ADF. In it, I have a table by which I need to add …

oracle-adf jdeveloper
Weblogic tries to access non-existing application while running an existing application

I am trying to run an Oracle ADF application (eg. "MyApp") with JDeveloper IDE on Windows. While I am running …

weblogic jdeveloper oracle-adf
Accessing reports in OBIEE from a Java Program

I am developing an Java application using Netbeans which will fetch reports from the BI server on OBIEE 10G and …

java business-intelligence oracle-adf obiee bi-publisher
How to upload a file using af:inputFile in Oracle ADF

Can anyone please tell me how to upload file to server using af:inputFile in Oracel ADF. I searched about …

java file-upload oracle-adf jdeveloper