Thanx jaredn
You see to make it a bit clearer.I need to know which form element made my
submit or request to the JAVA Servlet.The java bit is not important here but
I have to validate some object and if my <input type="image"...> was not used
for the submit I need to cancel the submit...
Is it possible to to see what the Submitted value is
for example if I press the following button
<input type="submit" name="myvalue">
is it possible to see this value "myvalue" submitted in a string eg name value pair or something like that anywhere.Can I test...
I would like to reference the "request" object to see which form element was actually
clicked to fire the submit event.
Is this possible ?
My functionality work as follows.I've got and <input type="image" name=value1.....>
I want the submit event triggered by a click
on this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.