I tried to add the onclick option:

<html:link action="/ComprasNuevo?method=Editar+Articulo" onclick="
document.forms[0].submit();" paramId="idArticulo" paramName="lista" 
paramProperty="idArticulo">
<bean:write name="lista" property="strDescripcion" /> -
<bean:write name="lista" property="strColor" /> -
<bean:write name="lista" property="strMarca" />
</html:link>
 and the generated html code is:
 <a 
href="/SanCristobal/ComprasNuevo.do?method=Editar+Articulo&amp;idArticulo=1" 
onclick="document.forms[0].submit();">
 Balde con asa - Azul - Basa
</a>
 And I see the form is not being submitted.
 Any solution is welcome because I'm harry =)
 Thanks...

-- 
Rafael Taboada
Software Engineer

Cell : +511-97753290

"No creo en el destino pues no me gusta tener la idea de controlar mi vida"

Reply via email to