Mencionar que lo haga a traves de struts.
Código PHP:
<html:form scope="request" name="listaCategoria" type="mx.edu.cenidet.sistema.entidades.Categoria" action="/muestraCategoria.do">
<html:select property="idCategoria" onchange="document.listaCategoria.submit()">
<html:option value="0" > Selecciona..... </html:option>
<logic:iterate name ="listaCategoria"
id="Categoria"
scope="request"
type="mx.edu.cenidet.sistema.entidades.Categoria">
<html:option value="uest">
<bean:write name="Categoria" property="tipo" scope="request"/>
</html:option>
</logic:iterate>
<html:options collection="listaCategoria" labelName="tipo" property="idCategoria"/-->
</html:select>
</html:form>
y este codigo me genera el error
Código PHP:
GRAVE: El Servlet.service() para servlet jsp lanzó una excepción
javax.servlet.jsp.JspException: Cannot create iterator for this collection