Menu

Bug in JSTL 1.0 sessionDetail.jsp (with workaround)

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.

Posted by Cédrik 2005-09-23

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.