Closed GoogleCodeExporter closed 8 years ago
Changed in line 71
<c:if test="not empty ${sessionScope['flashMsg']}>
To
<c:if test="${flashMsg != null}">
Original comment by bruno.fs...@gmail.com
on 11 Nov 2011 at 11:53
Hello Bruno.
Thank you for providing feedback. The flash msg is actually not in use yet, and
it should be removed until it's fully implemented. If you want you can fully
remove these few lines:
<c:if test="not empty ${ sessionScope['flashMsg'] }">
<div id="flash-msg" class="${ sessionScope['flashMsg'].msgType }">
<p><pre>${ sessionScope['flashMsg'].msg }</pre></p>
</div>
</c:if>
The lastest file in source repository has already cleaned this up.
http://code.google.com/p/myschedule/source/browse/myschedule-web/src/main/webapp
/WEB-INF/jsp/main/dashboard/list.jsp
Original comment by saltnlight5
on 15 Nov 2011 at 11:57
Fixed.
Original comment by saltnlight5
on 17 Nov 2011 at 3:54
Original issue reported on code.google.com by
bruno.fs...@gmail.com
on 11 Nov 2011 at 11:19