> -----Original Message-----
> From: Steve Raeburn [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, August 26, 2003 3:13 PM
> To: Struts Users Mailing List
> Subject: RE: Another missing attribute in html-el
> 
> 
> <!ENTITY % coreattrs
>  "id          ID             #IMPLIED  -- document-wide unique id --
>   class       CDATA          #IMPLIED  -- space-separated 
> list of classes --
>   style       %StyleSheet;   #IMPLIED  -- associated style info --
>   title       %Text;         #IMPLIED  -- advisory title --"
>   >
> 
> <!ELEMENT SELECT - - (OPTGROUP|OPTION)+ -- option selector 
> --> <!ATTLIST SELECT
>   %attrs;                              -- %coreattrs, %i18n, 
> %events --
>   name        CDATA          #IMPLIED  -- field name --
>   size        NUMBER         #IMPLIED  -- rows visible --
>   multiple    (multiple)     #IMPLIED  -- default is single 
> selection --
>   disabled    (disabled)     #IMPLIED  -- unavailable in this 
> context --
>   tabindex    NUMBER         #IMPLIED  -- position in tabbing order --
>   onfocus     %Script;       #IMPLIED  -- the element got the focus --
>   onblur      %Script;       #IMPLIED  -- the element lost 
> the focus --
>   onchange    %Script;       #IMPLIED  -- the element value 
> was changed --
>   %reserved;                           -- reserved for possible future
> use --
>   >
> 
> No accesskey.
> 
> http://jakarta.apache.org/struts/userGuide/struts-html.html#select
> 
> No access key.
> 
> I'm not denying that I could be wrong. Could you tell me what 
> version of the taglibs you are using and what version of the 
> HTML or XHTML dtd you are referring to?


That's insane! I started using the accesskey attribute with "select" in
whatever Struts version came before version 1.1. It's in HTML4.0, and W3C
DOM Level 1 (according to MSDN, which says IE has known about it since
IE4.0). And it is beyond question in Struts 1.1!

--
Tim Slattery
[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to