Skip to content

Instantly share code, notes, and snippets.

@Kotlin-Native
Created July 10, 2015 07:24
Show Gist options
  • Select an option

  • Save Kotlin-Native/1d9627b760fb4c3a11be to your computer and use it in GitHub Desktop.

Select an option

Save Kotlin-Native/1d9627b760fb4c3a11be to your computer and use it in GitHub Desktop.
faces-config.xml
<faces-config>
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd"
version="2.0">
<application>
<el-resolver>
de.openknowledge.extensions.el.FluentELResolver
</el-resolver>
</application>
</faces-config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment