]> git.mxchange.org Git - pizzaservice-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 11:08:03 +0000 (13:08 +0200)
web/guest/user/user_profile.xhtml

index cf4e580c5eccb03c4666822045dca3d5620a2d5b..247245056409092cd11017a6540c3bac39c8e1af 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}">