On 16.06.2019 07:39, Christopher Schultz wrote:
[...]

Surprisingly,

-1

browsers do not use the value for "id" as the "name"
when a name is not specified for an <INPUT> tag. Without a "name"
attribute, the form element is not sent to the server. :(


Not really surprising, see :
1) https://www.w3schools.com/html/html_id.asp
"The id value can be used by CSS and JavaScript.."
2) https://www.w3.org/TR/html52/sec-forms.html#constructing-the-form-data-set
Only the "name" attribute is used to construct the data set that is posted to 
the server.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to