Added UI (JSF) and JPA to bayesian network entities.
[simdecs.git] / web / index.xhtml
index 0acf6cf..9a5d5f9 100755 (executable)
@@ -5,14 +5,25 @@
       xmlns:h="http://java.sun.com/jsf/html">
     <h:head>
         <title>Facelet Title</title>
+        <h:outputStylesheet name="css/jsfcrud.css"/>
     </h:head>
-    <h:body>
+    <h:body>       
         <h:form>
-            <p:commandButton value="Hello from PrimeFaces" onclick="dlg1.show();" type="button" />
-            <p:dialog header="PrimeFaces Dialog" widgetVar="dlg1" width="500">
-                For more information visit <a href="http://primefaces.org">http://primefaces.org</a>.
-            </p:dialog>
+            <h:commandLink action="/bn/answer/List" value="Show All Answer Items"/>
+        </h:form>
+        <h:form>
+            <h:commandLink action="/bn/bayesianNetwork/List" value="Show All BayesianNetwork Items"/>
+        </h:form>
+        <h:form>
+            <h:commandLink action="/bn/node/List" value="Show All Node Items"/>
+        </h:form>
+        <h:form>
+            <h:commandLink action="/bn/question/List" value="Show All Question Items"/>
         </h:form>
     </h:body>
+
+
+
+
 </html>