From f89c8df2b8c92c9383454f391e5b56d9f7444c5a Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Mon, 30 Nov 2015 00:37:37 +0100 Subject: Port dataTable to richfaces --- WebContent/WEB-INF/lib/cssparser-0.9.18.jar | Bin 0 -> 372937 bytes WebContent/WEB-INF/lib/guava-18.0.jar | Bin 0 -> 2256213 bytes .../WEB-INF/lib/richfaces-a4j-4.5.11.Final.jar | Bin 0 -> 434062 bytes .../WEB-INF/lib/richfaces-core-4.5.11.Final.jar | Bin 0 -> 1040891 bytes .../lib/richfaces-page-fragments-4.5.11.Final.jar | Bin 0 -> 435339 bytes .../WEB-INF/lib/richfaces-rich-4.5.11.Final.jar | Bin 0 -> 7440851 bytes WebContent/WEB-INF/lib/sac-1.3.jar | Bin 0 -> 15808 bytes WebContent/pages/categories.xhtml | 23 +++++++++++---------- WebContent/pages/products.xhtml | 23 +++++++++++---------- 9 files changed, 24 insertions(+), 22 deletions(-) create mode 100644 WebContent/WEB-INF/lib/cssparser-0.9.18.jar create mode 100644 WebContent/WEB-INF/lib/guava-18.0.jar create mode 100644 WebContent/WEB-INF/lib/richfaces-a4j-4.5.11.Final.jar create mode 100644 WebContent/WEB-INF/lib/richfaces-core-4.5.11.Final.jar create mode 100644 WebContent/WEB-INF/lib/richfaces-page-fragments-4.5.11.Final.jar create mode 100644 WebContent/WEB-INF/lib/richfaces-rich-4.5.11.Final.jar create mode 100644 WebContent/WEB-INF/lib/sac-1.3.jar diff --git a/WebContent/WEB-INF/lib/cssparser-0.9.18.jar b/WebContent/WEB-INF/lib/cssparser-0.9.18.jar new file mode 100644 index 0000000..aee7e29 Binary files /dev/null and b/WebContent/WEB-INF/lib/cssparser-0.9.18.jar differ diff --git a/WebContent/WEB-INF/lib/guava-18.0.jar b/WebContent/WEB-INF/lib/guava-18.0.jar new file mode 100644 index 0000000..8f89e49 Binary files /dev/null and b/WebContent/WEB-INF/lib/guava-18.0.jar differ diff --git a/WebContent/WEB-INF/lib/richfaces-a4j-4.5.11.Final.jar b/WebContent/WEB-INF/lib/richfaces-a4j-4.5.11.Final.jar new file mode 100644 index 0000000..e14f7a8 Binary files /dev/null and b/WebContent/WEB-INF/lib/richfaces-a4j-4.5.11.Final.jar differ diff --git a/WebContent/WEB-INF/lib/richfaces-core-4.5.11.Final.jar b/WebContent/WEB-INF/lib/richfaces-core-4.5.11.Final.jar new file mode 100644 index 0000000..5ae6bb0 Binary files /dev/null and b/WebContent/WEB-INF/lib/richfaces-core-4.5.11.Final.jar differ diff --git a/WebContent/WEB-INF/lib/richfaces-page-fragments-4.5.11.Final.jar b/WebContent/WEB-INF/lib/richfaces-page-fragments-4.5.11.Final.jar new file mode 100644 index 0000000..60b4309 Binary files /dev/null and b/WebContent/WEB-INF/lib/richfaces-page-fragments-4.5.11.Final.jar differ diff --git a/WebContent/WEB-INF/lib/richfaces-rich-4.5.11.Final.jar b/WebContent/WEB-INF/lib/richfaces-rich-4.5.11.Final.jar new file mode 100644 index 0000000..24b3c0d Binary files /dev/null and b/WebContent/WEB-INF/lib/richfaces-rich-4.5.11.Final.jar differ diff --git a/WebContent/WEB-INF/lib/sac-1.3.jar b/WebContent/WEB-INF/lib/sac-1.3.jar new file mode 100644 index 0000000..39b92b1 Binary files /dev/null and b/WebContent/WEB-INF/lib/sac-1.3.jar differ diff --git a/WebContent/pages/categories.xhtml b/WebContent/pages/categories.xhtml index 2e8cd0e..881413a 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:rich="http://richfaces.org/rich"> @@ -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..0266ab4 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:rich="http://richfaces.org/rich"> @@ -21,27 +22,27 @@ - - + - - + + - - + + - - + + @@ -49,8 +50,8 @@ actionListener="#{ProductManager.select}" action="select"> - - + + -- cgit v1.2.3-70-g09d2