Hi All,
I am having this problem with OpenCAF Shell, where I included Search Bar and Search Result Portlets in xhtml file using <mws_ui:resource /> and when I try to press search nothing happens, and the page does not even reload.
I also get this error in the console
>TypeError: element.getAttribute is not a function
Element.getAttribute() general.js:6668
CAF.model() general.js:9888
onclick() InboxTesting:1
Dear Eric,
Thanks for the quick reply, and sorry for my delayed answer. I actually solved the issue. The problem was in the JQuery File that I tried to include which caused the general.js file to go crazy. When I removed the include the problem got solved.