trouble with logic:iterate

i am trying to iterate through list of lists. "processMessageList" contains another list "errorList". errorList contains objects of type "ProcessMessage". following is my code.

<logic:iterate id="errorList" name="processMessageList" property="errorList">

<logic:iterate id="processMessage" name="errorList" type="gov.wi.state.dpi.discipline.entity.ProcessMessage">

<tr>

<bean:write name="processMessage" property="shortDescription"/>

</tr>

</logic:iterate>

</logic:iterate>

it gives me following error at the second logic:iterate loop.

Cannot create iterator for this collection

i guess it doesn't recognize name="errorList" as a collection in the second logic:iterate. any ideas?

Thanks.

[1011 byte] By [apex_codera] at [2007-11-27 10:08:28]
# 1
Plz see this message: http://forum.java.sun.com/thread.jspa?threadID=577540&messageID=2899011
skp71a at 2007-7-13 0:44:57 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...