I think your List reference is probably null.

Also, have you looked at html:options and html:optionsCollection?

Erik



Lucas Bern wrote:

Hi all...

I get this exception trying to render options with logic iterate tag...

javax.servlet.jsp.JspException: Cannot create iterator for this collection

My action just get a List form a Srevice layer and store it in session scope 
under Globales.AreaPersonal.MODULOS_KEY.

<logic:iterate id="modulo" collection='<%=Globales.AreaPersonal.MODULOS_KEY%>' >

<option value='<%=((Contenible)modulo).getId()%>' >

<%=((Contenible)modulo).getNombre()+ " - " + ((Contenible)modulo).getTitulo()%>

</option>

</logic:iterate>

i wish someone help me...

thanks!

Lucas



__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ˇgratis! ˇAbrí tu cuenta ya! - http://correo.yahoo.com.ar



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



Reply via email to