L
lightning
How do I get to know that :
<c:forEach var="cookieVal" items="${cookie}">
<c:if test="${cookieVal.key == 'abc'}">
<c
ut value="${cookieVal.value.value}"></c
ut>
</c:if>
</c:forEach>
only ${cookieVal.value.value} can output the right value of that
single cookie,but ${cookieVal.value} can not?
btw: it really sucks...
I saw some stuff on java.sun.com (http://java.sun.com/products/jsp/
syntax/2.0/syntaxref207.html#1010522)$B!$(Bbut it did not tell me the thing
above.
Must I search these tips on the planet or see the jsr???
I just need a manual,a chm for example,to deal with all the mess...
<c:forEach var="cookieVal" items="${cookie}">
<c:if test="${cookieVal.key == 'abc'}">
<c
</c:if>
</c:forEach>
only ${cookieVal.value.value} can output the right value of that
single cookie,but ${cookieVal.value} can not?
btw: it really sucks...
I saw some stuff on java.sun.com (http://java.sun.com/products/jsp/
syntax/2.0/syntaxref207.html#1010522)$B!$(Bbut it did not tell me the thing
above.
Must I search these tips on the planet or see the jsr???
I just need a manual,a chm for example,to deal with all the mess...