]> git.mxchange.org Git - addressbook-war.git/commitdiff
Render only if logged-in
authorRoland Haeder <roland@mxchange.org>
Mon, 12 Oct 2015 17:22:57 +0000 (19:22 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 12 Oct 2015 17:22:57 +0000 (19:22 +0200)
web/WEB-INF/templates/login/login_base.tpl

index bca3e79a508394c93c5143a89503c7b3ffb66c35..b8139383b2e491ac29fe80f23f399ff9839cfa4e 100644 (file)
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <ui:composition
+       rendered="#{loginController.userLoggedIn}"
        template="/WEB-INF/templates/base.tpl"
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:ui="http://java.sun.com/jsf/facelets">