From 7297923cf3e0b7cf45a9d94099d1e07493b89b4a Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Mon, 30 Nov 2015 00:48:03 +0100 Subject: Port dataTable to primefaces --- WebContent/pages/categories.xhtml | 23 ++++++++++++----------- WebContent/pages/products.xhtml | 23 ++++++++++++----------- 2 files changed, 24 insertions(+), 22 deletions(-) (limited to 'WebContent/pages') diff --git a/WebContent/pages/categories.xhtml b/WebContent/pages/categories.xhtml index 2e8cd0e..4677655 100644 --- a/WebContent/pages/categories.xhtml +++ b/WebContent/pages/categories.xhtml @@ -4,7 +4,8 @@ xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" xmlns:f="http://xmlns.jcp.org/jsf/core" - xmlns:c="http://xmlns.jcp.org/jsp/jstl/core"> + xmlns:c="http://xmlns.jcp.org/jsp/jstl/core" + xmlns:p="http://primefaces.org/ui"> @@ -14,27 +15,27 @@ - - + - - + + - - + + - - + + @@ -42,8 +43,8 @@ actionListener="#{CategoryManager.select}" action="select"> - - + + diff --git a/WebContent/pages/products.xhtml b/WebContent/pages/products.xhtml index 1b5e5e4..94a38b1 100644 --- a/WebContent/pages/products.xhtml +++ b/WebContent/pages/products.xhtml @@ -4,7 +4,8 @@ xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" xmlns:f="http://xmlns.jcp.org/jsf/core" - xmlns:c="http://xmlns.jcp.org/jsp/jstl/core"> + xmlns:c="http://xmlns.jcp.org/jsp/jstl/core" + xmlns:p="http://primefaces.org/ui"> @@ -21,27 +22,27 @@ - - + - - + + - - + + - - + + @@ -49,8 +50,8 @@ actionListener="#{ProductManager.select}" action="select"> - - + + -- cgit v1.2.3-70-g09d2