how can i display the values in the vector in a jsp using jstl

in a task i am recieving a vector in a jsp... how can i display those vector values in the jsp using jstl.... plz help methanks in advance
[152 byte] By [ksr_javaa] at [2007-11-26 14:33:44]
# 1
<%here you got vectorsay;vpagecontext.setAttribute("varname",v);%> <c:forEachvar="i" items="${varname}"> <c:out value="${i}"> </c:forEach>
143javaa at 2007-7-8 2:29:38 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...