Created
April 11, 2012 15:18
-
-
Save donatasnicequestion/2359991 to your computer and use it in GitHub Desktop.
snippet with facelets taglib configuration in web.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- adfExt facelets taglib contains Set Initial Focus tag --> | |
<context-param> | |
<param-name>javax.faces.FACELETS_LIBRARIES</param-name> | |
<param-value>/WEB-INF/resources/adfExt.taglib.xml</param-value> | |
</context-param> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment