Hi friends, I'm very very new to Maverick framework, and when I've tried to run the friendbook-jsp example, after creating new account I've got this exception:
500 Servlet Exception
/friendbook-jsp/edit.jsp:83: expected </c:forEach> at </c:set>. Closing
tags must match opened tags.
The problem is that in edit.jsp, line number 83, which actually is
<c:set var="key" value="phone${position}"/></c:set>
should be changed to
<c:set var="key" value="phone${position}"/>
I wrote this email just because there could be many of newbies which are
new to servlets, or JSP, or taglibs and such problems are frustrating
for them. Maybe it is good idea to write more, not so sofisticated
examples, just to provide several starting points for not so advanced
programmers.
P.S.: Just for info, I use
- Resin 2.1.4
- Maverick 2.1.1
- J2SDK 1.3
Thank you and have a nice day.
-jerryk.
smime.p7s
Description: application/pkcs7-signature
