From 8a15ff5dcd0c9f8936b2047a1b9543c3b6d917bd Mon Sep 17 00:00:00 2001 From: Matthew Broadhead Date: Sun, 29 Jul 2018 18:47:17 +0200 Subject: [PATCH] enable omnifaces resource handler in faces-config.xml --- src/main/webapp/WEB-INF/faces-config.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/faces-config.xml b/src/main/webapp/WEB-INF/faces-config.xml index 035c8828..8eba9aa9 100644 --- a/src/main/webapp/WEB-INF/faces-config.xml +++ b/src/main/webapp/WEB-INF/faces-config.xml @@ -1,4 +1,13 @@ - + + + org.omnifaces.resourcehandler.CombinedResourceHandler + + + \ No newline at end of file