Hello:

I am trying to make a link on my jsp to submit the form and I can't!

I tried this:
<html:link href="test.config" onclick="javaScript:submitForm();">myLink</html:link>

and this:
<html:link href="test.config" onclick="javaScript:submit();">myLink</html:link>

and this:
<html:link href="test.config" 
onclick="javaScript:document.myForm.submit();">myLink</html:link>

What am I missing?
Please help


--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to