Skip to content

Commit

Permalink
JSTL cartable fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
oskopek committed Apr 15, 2014
1 parent 2a7cff2 commit 0f1633f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions carcv-webapp/src/main/webapp/app/cartable.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
</style>
</head>
<body>
<c:set var = "admin" value = "admin" />
<c:set var = "isAdmin" value = "${request.isUserInRole(admin)}" />
<c:set var = "adminRole" value = "'admin'" />
<c:set var = "isAdmin" value = "${request.isUserInRole(adminRole)}" />
<c:out value = "IsAdmin: ${isAdmin eq true ? 'true' : 'false'}" />
<table style="border: 1px solid #C0C0C0;">
<tr>
Expand Down

0 comments on commit 0f1633f

Please sign in to comment.