Skip to content

Instantly share code, notes, and snippets.

@koenighotze
Created September 28, 2015 21:39
Show Gist options
  • Save koenighotze/f4d534052aff939dabcb to your computer and use it in GitHub Desktop.
Save koenighotze/f4d534052aff939dabcb to your computer and use it in GitHub Desktop.
JEE Demo Helloworld Index
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
xmlns:jsf="http://xmlns.jcp.org/jsf">
<body>
<form jsf:id="form">
What is your name: <input type="text" jsf:value="#{hello.name}"/>
<input type="submit" value="Greet me" jsf:action="hello.xhtml"/>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment