PrimeFaces UI Components in Oracle ADF
Hi, Using some PrimeFaces UI components in combination with ADF Faces UI Components? This weekend I have been curious about if I can use the PrimeFaces UI components such as p:textEditor or p:growl within Oracle ADF without crashing ADF Faces and viceversa. At the beginning, I tried to use p:growl is very similar to af:message as it uses the FacesMessage framework underneath. Obviously, as running within ADF Faces the messages were displayed with the ADF Faces Message style. However, the PrimeFaces UI components like the ADF UI Faces Components has its own API (Java + JavaScript) which makes easier to invoke them!. In the example in my GitHub Repository you will find a simple ADF View Controller Project which makes use of Prime Faces with Oracle ADF. https://github.com/DanielMerchan/adf Remember that this is not officialy supported by Oracle and it can produce issues as both Faces implementation uses JavaScript on behind which can conflict. In addition, this is jus...