Hii All,
I have an error in My
Jsp which says :[ServletException in:/WEB-INF/views/tiles/newcontent/pressreleases.jsp] 'end' < 0
this is the snippet where I am getting this error and I am stuck in between.
<c:if test="${pressReleaseId<=0}">
<c:forEach items="${allPressReleaseList}" var="release" begin="0"
end="0">
<h3 class="colorBlu">${release.releasetitle}</h3>
<br>
${release.releaseContent}
</c:forEach>
</c:if>
need help.
thanks in advance.