Files
ASDV-WebDev/Semester 2/lab04_nav1_CalebFontenot/src/main/webapp/result-page-1.xhtml
2023-09-08 14:45:42 -05:00

14 lines
482 B
HTML

<?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://xmlns.jcp.org/jsf/html">
<h:head>
<title>Result Page 1</title>
</h:head>
<h:body>
#{simpleController} <br/>
<h1>Result Page 1</h1>
<h2>Your Message: "#{simpleController.getMessage()}"</h2>
</h:body>
</html>