From b7caa069b09b298d1a5fde1de24aa60fa66ec2a6 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 48733452..e8e779d1 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