Skip to content

Commit

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

0 comments on commit eae9a9b

Please sign in to comment.