From e1b545aa48a46b92d72f86f11cd178e610de9bb2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 20 May 2016 17:43:57 +0200 Subject: [PATCH] no JSTL in JSF! --- web/guest/user/user_profile.xhtml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/guest/user/user_profile.xhtml b/web/guest/user/user_profile.xhtml index cf4e580c..24724505 100644 --- a/web/guest/user/user_profile.xhtml +++ b/web/guest/user/user_profile.xhtml @@ -5,8 +5,7 @@ xmlns="http://www.w3.org/1999/xhtml" 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:f="http://xmlns.jcp.org/jsf/core"> -- 2.39.5