OpenFaces icon indicating copy to clipboard operation
OpenFaces copied to clipboard

Namespace declaration causes issues with JSF 2.2

Open openfaces opened this issue 10 years ago • 0 comments

Lauren Elkin When attempting to add openfaces to a project using JSF 2.2, attempts to use the tag library do not work. The problem has to do with the namespace declaration in /META-INF/openfaces.taglib.xml, which appears to have a compatibility issue with the new version of Mojarra. Updating the namespace declaration from "http://openfaces.org/" to "http://openfaces.org/ui", then changing the xmlns references to reflect the update allowed openfaces to work normally.

openfaces avatar Mar 11 '14 16:03 openfaces