Skip to content

Instantly share code, notes, and snippets.

@arthurportas
Created May 8, 2017 21:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arthurportas/a109005c8260856a7c21177fa8752cee to your computer and use it in GitHub Desktop.
Save arthurportas/a109005c8260856a7c21177fa8752cee to your computer and use it in GitHub Desktop.
new-employee-result.xhtml
<?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:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html">
<head>
<title>::StaffGest:: - search-employee</title>
</head>
<body>
Employee created with success!
#{employeeBean.employee}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment