Skip to content

Instantly share code, notes, and snippets.

@ostholz
Created April 13, 2015 09:07
Show Gist options
  • Save ostholz/df9b8875bfcb1f4def88 to your computer and use it in GitHub Desktop.
Save ostholz/df9b8875bfcb1f4def88 to your computer and use it in GitHub Desktop.
JSF Notiz
# load extern JavaScript File in xhtml
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
# loade local JavaScript File
<h:outputScript library="default" name="js/myJSFile.js"></h:outputScript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment