RE: Another missing attribute in html-el

2003-08-28 Thread Slattery, Tim - BLS
From: Jason Lea [mailto:[EMAIL PROTECTED] Slattery, Tim - BLS wrote: The html-el:select... tag does not have an accesskey attribute. You could use the label tag which accepts an accesskey and passes the focus onto another form field. That's an excellent suggestion, and I had not come

RE: Another missing attribute in html-el

2003-08-27 Thread Slattery, Tim - BLS
The following elements support the accesskey attribute: A, AREA, BUTTON, INPUT, LABEL, and LEGEND, and TEXTAREA. http://www.w3.org/TR/1998/REC-html40-19980424/interact/forms.h tml#adef-accesskey Hmm. I'd add TEXT to that list, accesskey is definitely supported there. I'm amazed it's not

RE: Another missing attribute in html-el

2003-08-27 Thread Slattery, Tim - BLS
One last word on accesskey in html:select My application currently has a page that uses three html:select... tags that have an accesskey attribute. These all work just fine. Then there are four html:text... tags, then a logic:iterate. Inside the iterate loop are six html..hidden.. tags, then

RE: Another missing attribute in html-el

2003-08-27 Thread Steve Raeburn
://www.ninsky.com/struts/ -Original Message- From: Slattery, Tim - BLS [mailto:[EMAIL PROTECTED] Sent: August 27, 2003 10:03 AM To: 'Struts Users Mailing List' Subject: RE: Another missing attribute in html-el One last word on accesskey in html:select My application currently has a page

RE: Another missing attribute in html-el

2003-08-27 Thread Slattery, Tim - BLS
When I try adding it, I get a JSP compiler error - Attribute accesskey invalid according to the specified TLD. I can only suggest that you still have an old copy of struts.jar. Try starting with a fresh copy of struts-blank.war from the Struts 1.1 distribution and try that. Struts.jar

Re: Another missing attribute in html-el

2003-08-27 Thread Jason Lea
Slattery, Tim - BLS wrote: The html-el:select... tag does not have an accesskey attribute. I tried adding the attribute to the struts-html-el.tld file, and got this error message: Error in using tag library uri='/WEB-INF/struts-html-el.tld' prefix='html-el': The Tag class

Another missing attribute in html-el

2003-08-26 Thread Slattery, Tim - BLS
The html-el:select... tag does not have an accesskey attribute. I tried adding the attribute to the struts-html-el.tld file, and got this error message: Error in using tag library uri='/WEB-INF/struts-html-el.tld' prefix='html-el': The Tag class 'org.apache.strutsel.taglib.html.ELSelectTag' has

Re: Another missing attribute in html-el

2003-08-26 Thread Adam Levine
- BLS [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts User List ([EMAIL PROTECTED]) [EMAIL PROTECTED] Subject: Another missing attribute in html-el Date: Tue, 26 Aug 2003 10:34:48 -0400 The html-el:select... tag does not have an accesskey attribute. I tried

RE: Another missing attribute in html-el

2003-08-26 Thread Steve Raeburn
PROTECTED] Sent: August 26, 2003 7:35 AM To: Struts User List ([EMAIL PROTECTED]) Subject: Another missing attribute in html-el The html-el:select... tag does not have an accesskey attribute. I tried adding the attribute to the struts-html-el.tld file, and got this error message: Error

RE: Another missing attribute in html-el

2003-08-26 Thread Slattery, Tim - BLS
-Original Message- From: Steve Raeburn [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 2:19 PM To: Struts Users Mailing List Subject: RE: Another missing attribute in html-el accesskey is not a valid attribute for the select element (See http://www.w3.org/TR/html4

RE: Another missing attribute in html-el

2003-08-26 Thread Steve Raeburn
To: 'Struts Users Mailing List' Subject: RE: Another missing attribute in html-el -Original Message- From: Steve Raeburn [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 2:19 PM To: Struts Users Mailing List Subject: RE: Another missing attribute in html-el accesskey

RE: Another missing attribute in html-el

2003-08-26 Thread Slattery, Tim - BLS
-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

RE: Another missing attribute in html-el

2003-08-26 Thread Jarnot Voytek Contr AU HQ/SC
accesskey on SELECT appears to be IE specific. -Original Message- From: Slattery, Tim - BLS [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 2:34 PM To: 'Struts Users Mailing List' Subject: RE: Another missing attribute in html-el That's insane! I started using

RE: Another missing attribute in html-el

2003-08-26 Thread Steve Raeburn
://www.ninsky.com/struts/ -Original Message- From: Slattery, Tim - BLS [mailto:[EMAIL PROTECTED] Sent: August 26, 2003 12:34 PM To: 'Struts Users Mailing List' Subject: RE: Another missing attribute in html-el That's insane! I started using the accesskey attribute with select