]> git.mxchange.org Git - addressbook-war.git/commitdiff
no JSTL in JSF!
authorRoland Häder <roland@mxchange.org>
Fri, 20 May 2016 15:43:57 +0000 (17:43 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 21 May 2016 12:39:38 +0000 (14:39 +0200)
web/guest/user/user_profile.xhtml

index 4873345223f54327703e00dd9315a3ea91963e76..e8e779d1f54b8d08942b9ecfc075044e320f99ee 100644 (file)
@@ -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">
 
        <f:metadata>
                <f:viewParam id="userId" name="userId" value="#{userController.userId}" required="true" requiredMessage="#{msg.PARAMETER_USER_ID_MISSING}" converterMessage="#{msg.PARAMETER_USER_ID_INVALID}" validatorMessage="#{msg.PARAMETER_USER_ID_NOT_FOUND}">