--- aarthy wrote:
> I am stuckup in this issue for a week.Please
> somebody help me on this please.

<%
  int i = 0;
  ArrayList ch = (ArrayList)
request.getSession().getAttribute("characters");
  String[] s = new String[ch.size()];
  ch.toArray(s);
  for (Iterator it = s.length; it.hasNext(); ) {
      String name = (String)it.next();
%>
  <option><%=name%></option>
</select>

If that's your entire JSP you're missing a closing
"}".

d.


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

Reply via email to