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 ha
As an Oracle ADF developer I am familiar with being able to create an Entity (the rails equivalent would be a Model) that includes all of the DB constraints (PK, FK, unique, length, any non-trigger in
We are using OC4J 10.1.3.5 and ADF.I have a popup form and when closing we got error below. I wonder what am I missing and how can I resolve it?
I\'m having the following problem: I\'m using Oracle ADF for the view and controller of my app. With OpenSessionInViewFilter, I intercept the request and open an Hibernate\'s Session, and it is clos
Coming from ASP.NET I\'m having a hard time with basic ADF concepts. I need to bind a table on a button click, and for some reason I don\'t understand (I\'m leaning towards page life cycle, which I g
I am having issues with JSF/ADF/PPR on refreshing the page incorrectly. I have a selectManyCheckBox with 5 options in it, one of the option is \'All\'. If users check that checkbox, I should check all
Th开发者_StackOverflow社区e views are not cached in a ViewFlipper. Is there a way wherein we can get an image of the view and show it to user so that he sees the Ui as we see on Home scrren(when we sw
I want to execute some code if a user checks a corresponding checkbox during the install.From reading the help file, it looks like the only way to use the tas开发者_高级运维k is to associate it with a
Where c开发者_JS百科an I find a generic editor (JSP using Oracle\'s ADF) for create, read, update, and delete on any table?
I have a class CustomerBean { Customer customer; public CustomerBean() {...} public getCustomer() {...} public void setCustomer(Customer c) {...}