• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

[ServletException in:/WEB-INF/views/tiles/newcontent/pressreleases.jsp] 'end' < 0

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Space pants. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic