Display of dynamic data in Listbox in jsp usin Struts

Hi,

I am trying to display a List in a jsp in Struts.

I have written a Action form and am populating a Arraylist in a DAO(java class file).

ArrayList.add(rs.getString(1),rs.getSTring(2));

But I do not know how to display the arraylist in JSP using the struts tag libraries.

Please let me know how this can be done.

Thanks in advance.

Sri

[386 byte] By [srilkrishnaa] at [2007-11-27 5:25:25]
# 1
Use logic:iterate or nested:iterate.You can refer to: http://forum.java.sun.com/thread.jspa?threadID=5164152&messageID=9629275#9629275 http://struts.apache.org/1.x/struts-taglib/tlddoc/index.htmlSirG
SirGenerala at 2007-7-12 14:45:30 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...