Closed deronrspencer closed 8 years ago
@stephanrauh a hint from my side :)
Class#forName will probably not work correctly on some AS. You should use the thread context classloader, but even this might not work for WAS. See: https://github.com/primefaces/primefaces/issues/680
@theglobalyst As a short-term workaround, I suggest not to use the AngularTagDecorator.
Maybe it's a bug that's easy to fix, like Thomas (@tandraschko) said. But I'm not sure when I find some time to spare to fix it.
@theglobalyst I just uploaded AngularFaces 2.1.11 to MavenCentral. Maybe the bugfix suggested by Thomas helps. If not, I'll have to think of an alternative, so please report back whether AF 2.1.11 works for you or not.
Thanks in advance Stephan
Nice. 2.1.11 works! Thanks
Now, that's sort of a surprise! I'm glad I could help you! But of course, the honour goes to @tandraschko - Thomas, I'd never figured that out without your help!
I am getting the following error while trying to load an application with AngularFaces. App uses BootsFaces, PrimeFaces, MyFaces and AngularFaces. Everything worked fine prior to adding AngularFaces to the pom.xml and configuring the context-param in the web.xml as per instructions. Now I am getting...
Any ideas/help would be greatly appreciated