Re: Tomcat 6 and deprecated HTML attributes

2010-04-12 Thread M B
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

Re: Tomcat 6 and deprecated HTML attributes

2010-04-12 Thread Christopher Schultz
-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"

Re: Tomcat 6 and deprecated HTML attributes

2010-04-12 Thread Hassan Schroeder
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

Tomcat 6 and deprecated HTML attributes

2010-04-12 Thread MB
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