On Wednesday, May 3, Nathan Coast wrote:
> You need to change your javascript to
> document.getElementById('tryItForm').submit();
That does it.
Thanks for your help.
-DB
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additio
without struts inserts the name="tryItForm" attribute for
the form. With struts inserts the id="tryItForm"
attribute. You need to change your javascript to
document.getElementById('tryItForm').submit();
David Byron wrote:
I've inherited some struts code and I have a question about the ht
2 matches
Mail list logo