Hi,

It seems a simple code but It is not running:(

<%
java.util.Vector  aVectore = new java.util.Vector();
aVectore.addElement("SAMPLE");
session.setAttribute("aVectore",aVectore);
%>
<logic:iterate id="item" collection="aVectore">
</logic:iterate>

*********************The stack *************************
javax.servlet.jsp.JspException: Cannot create iterator for this collection
        at
org.apache.struts.taglib.logic.IterateTag.doStartTag(IterateTag.java:337)
        at
jrun__attachment__attach_file2ejsp1b._jspService(jrun__attachment__attach_fi
le2ejsp1b.java:80)
        at jrun.jsp.runtime.HttpJSPServlet.service(HttpJSPServlet.java:43)
        at jrun.jsp.JSPServlet.service(JSPServlet.java:110)

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to