Looks like you are trying to iterate over string. How about this:
<logic:iterate id="modulo" collection='<%=(List) session.getAttribute(Globales.AreaPersonal.MODULOS_KEY)%>' > Michael. On 4/21/05, Lucas Bern <[EMAIL PROTECTED]> 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]