I stand corrected. It seems that the elements: a, button, form, img,
input, map, meta, object, select, param and textarea can have the
attribute "name" under HTML 4.01 Strict. In the case of map and param
it is even mandatory.
Sorry for top-posting. I must change my gmail settings
2010/4/12 C
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
MB,
On 4/12/2010 11:00 AM, MB wrote:
> The request object in the servlet spec as I understand it as used in the
> Tomcat 6 container for example makes use of the deprecated HTML
> attribute "name"...
+1 to Hassan's comments: the HTML attribute "name"
On Mon, Apr 12, 2010 at 8:00 AM, MB wrote:
> The request object in the servlet spec as I understand it as used in the
> Tomcat 6 container for example makes use of the deprecated HTML
> attribute "name" in order to tie individual elements of a HTML form to
> server-side variables.
The "name" attr
The request object in the servlet spec as I understand it as used in the
Tomcat 6 container for example makes use of the deprecated HTML
attribute "name" in order to tie individual elements of a HTML form to
server-side variables. This seem to imply that in order to produce
working Servlets one has