(efiedler) wrote:
>Hi - I have the following input field on my html page:
>
><input type="image" name="submit" id="submit" src="c:\image.jpg"
>value="image.jpg">
>
>
>I also have another input field on the form that is a text box. When
>submitted my form posts its data to a servlet. I can click on the
>image, and the form is posted and the servlet is ran. However, I was
>stepping through the debuger of the servlet and I noticed the request
>object sent from the form did not have the value of the image field in
>it. It did have the value of the text field I mentioned, and that is
>it.
According to the reference I'm looking at, there is no "value"
property for the <input type="image"...> tag.
--
Tim Slattery