Skip to content

Instantly share code, notes, and snippets.

@donatasnicequestion
Created April 11, 2012 15:18
Show Gist options
  • Save donatasnicequestion/2359991 to your computer and use it in GitHub Desktop.
Save donatasnicequestion/2359991 to your computer and use it in GitHub Desktop.
snippet with facelets taglib configuration in web.xml
<!-- 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