Respuesta: struts html:link paso de parametros Muchas gracias, pero lo hice de otra manera y me funciona
<logic:iterate name="parametros" property="Listacursos" id="Listacursos">
<html:link action="Cursos.do?curso=${Listacursos.curso_id}&us er_login=${parametros.usuario.login}&user_password =${parametros.usuario.password}">
<bean:write name="Listacursos" property="curso"/>
<bean:write name="Listacursos" property="ciclo"/>
<bean:write name="Listacursos" property="idioma"/>
<bean:write name="Listacursos" property="grupo"/>
</html:link>
</logic:iterate>
Muchas gracias. Un saludo |