You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by José María Tristán <jt...@sedasolubles.com> on 2006/10/19 16:17:29 UTC

Change an action of a form with javascript

Hello:

 I have a form whith a default action. When any use pres a button I call to
a function on javascript that change the value of action:
docuemt.forms[0].action = new action; and I call the submit.
But, this return me this error:
mensaje No action instance for path /coffeenet/ExistenciasActuales/blank
could be created
descripción El servidor encontró un error interno (No action instance for
path /coffeenet/ExistenciasActuales/blank could be created) que hizo que no
pudiera rellenar este requerimiento.

When I have two forms, the call to submit is ok.

Why?

Thank you very much.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org