From 975f6c1119a7b180452119d64876f9e3d217fed2 Mon Sep 17 00:00:00 2001 From: stephan Date: Mon, 9 May 2016 23:15:20 +0200 Subject: [PATCH] updated to BootsFaces 0.9.0-SNAPSHOT --- BootsFacesChess/pom.xml | 19 +----------------- .../src/main/webapp/WEB-INF/faces-config.xml | 2 -- .../src/main/webapp/WEB-INF/web.xml | 4 ++++ BootsFacesChess/src/main/webapp/index.xhtml | 20 ++++++------------- 4 files changed, 11 insertions(+), 34 deletions(-) diff --git a/BootsFacesChess/pom.xml b/BootsFacesChess/pom.xml index 6d6773f..fe5bd17 100644 --- a/BootsFacesChess/pom.xml +++ b/BootsFacesChess/pom.xml @@ -16,24 +16,7 @@ net.bootsfaces bootsfaces - 0.8.2-SNAPSHOT - - - org.primefaces - primefaces - 5.2 - compile - - - org.primefaces.extensions - primefaces-extensions - 3.2.0 - - - org.omnifaces - omnifaces - 1.10 - compile + 0.9.0-SNAPSHOT javax.el diff --git a/BootsFacesChess/src/main/webapp/WEB-INF/faces-config.xml b/BootsFacesChess/src/main/webapp/WEB-INF/faces-config.xml index 05eaf2f..e7e517a 100644 --- a/BootsFacesChess/src/main/webapp/WEB-INF/faces-config.xml +++ b/BootsFacesChess/src/main/webapp/WEB-INF/faces-config.xml @@ -5,8 +5,6 @@ xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_2_2.xsd" version="2.2"> - org.omnifaces.resourcehandler.CombinedResourceHandler - diff --git a/BootsFacesChess/src/main/webapp/WEB-INF/web.xml b/BootsFacesChess/src/main/webapp/WEB-INF/web.xml index 0fa7430..5dc5b60 100644 --- a/BootsFacesChess/src/main/webapp/WEB-INF/web.xml +++ b/BootsFacesChess/src/main/webapp/WEB-INF/web.xml @@ -12,6 +12,10 @@ BootsFaces_USETHEME true + + BootsFaces_THEME + default + index.jsf diff --git a/BootsFacesChess/src/main/webapp/index.xhtml b/BootsFacesChess/src/main/webapp/index.xhtml index 5ed7032..414fc2c 100644 --- a/BootsFacesChess/src/main/webapp/index.xhtml +++ b/BootsFacesChess/src/main/webapp/index.xhtml @@ -41,7 +41,7 @@ - @@ -61,17 +61,9 @@ ondragstart="ajax:board.ondragstart(rowStatus.index,columnStatus.index)" ondragover="if (targets.indexOf('(#{rowStatus.index},#{columnStatus.index})')>=0) event.preventDefault();" ondrop="ajax:board.ondragdrop(rowStatus.index,columnStatus.index)" - update="@form :messages" /> + update="@form :messages" + process="@form" /> - - - - - + look="primary"> @@ -96,7 +88,7 @@ grid.scrollTop = grid.scrollHeight; - @@ -111,7 +103,7 @@ + look="success">