-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Paul,
> The only solution I can think of is some hack whereby I try to pass
> the action to the JSP and in javascript do something like:
> Form.action = 'some action.do' followed by Form.submit();
If you can pass the action into your JSP, why not do this:
<form action="<%= whatever %>">
instead of this:
<form action="dont_want.do">
.
.
<script type="text/javascript"><!--
form.action="do_want.do";
// --></script>
It seems a lot cleaner to do it the first way.
- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFFWxpS9CaO5/Lv0PARArfdAJ919UxdOPSdckeKDC6lMCJMMxBYEgCfcsCA
295PFSwXDCYMUUtQDsgREGs=
=xDx3
-----END PGP SIGNATURE-----
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]