1
votes

Is ADF Faces and jQuery incompatible? In some of my pages I have used jQuery to perfect my design. Since ADF Faces doesn't have component like <p/> or <h1/> and if I use these tags then ADF behaves unexpectedly. So by jQuery I can wrap some components by the tags not available in ADF. Are their any chances of error or misbehavior of doing so?

1

1 Answers

2
votes

According to the OTN Discussion Forum, jQuery could break the ADF page lifecycle.

https://forums.oracle.com/forums/thread.jspa?threadID=2366442

People have managed to make them work together:

Unless you have no other choice, I would use JSF 2.0 and the latest version of ADF. There have been substantial improvements over its UI controls, look & feel, and more.