Skip to content

Instantly share code, notes, and snippets.

@goyuninfo
Created November 26, 2013 05:08
Show Gist options
  • Save goyuninfo/7653744 to your computer and use it in GitHub Desktop.
Save goyuninfo/7653744 to your computer and use it in GitHub Desktop.
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html">
<h:head>
<title>it.i88.ca</title>
</h:head>
<h:body>
<h:form>
<h:commandButton value="Fire!" action="#{observerTest.fire()}"/>
</h:form>
</h:body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment