Hello!
Unfortunately the last posted solution didn't work either. That's why I'm using
another way now to get the form submitted via href and javascript. The
javascript function calls the existing submit-button and does a click:
document.myform.target="mytarget";
document.myform.myproperty.value="desired_value";
document.myform.myproperty.click();
That's the way it works.
Caveat: You have to take care, that the old value of the submit-button has to be
written back :-).
Kind regards,
Andreas Hartmann
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org
|