Ver Mensaje Individual
  #3 (permalink)  
Antiguo 11/02/2009, 10:28
Bunburyscom
Usuario no validado
 
Fecha de Ingreso: junio-2008
Mensajes: 386
Antigüedad: 15 años, 10 meses
Puntos: 10
Respuesta: Duda: Struts + Ajax

Hola,

A tu tag "form" agregale el atributo "target" u que tenga como valor el nombre del div.

<form name="radios" target="step2">
...
...
</form>

<div id="step2" name="step2">
</div>...

Pruebalo, y si no funciona intenta con un "iframe", con eso si funciona
<iframe name="step2" src="" frameborder="0" width="100%" height="260px" scrolling="auto"></iframe>

saludos!