J2EE Session Admin. & Message Sending News
Brought to you by:
cedrik_lime
A small bug has been found in MessAdmin_JSTL10/sessionDetail.jsp, preventing display. While this will be corrected in the next release, you can work around by using the no-JSTL version, or changing the page as follows:
in MessAdmin_JSTL10/sessionDetail.jsp, go to line 118 and replace
var="name"
with
varName="name"
The JSTL 1.1 version works fine.
Credits to Ajay Chaudhary for reporting the issue.