R: Section 508 and html:text tag issue

2007-01-26 Thread Marcello Savino
In a jsp file: MY FIELD Marcello -Messaggio originale- Da: Weisfield, Russell (HAC) [mailto:[EMAIL PROTECTED] Inviato: giovedì 25 gennaio 2007 23.25 A: user@struts.apache.org Oggetto: Section 508 and html:text tag issue Hello, To abide by Section 508 compliance I need to associate

Re: Section 508 and html:text tag issue

2007-01-25 Thread Christopher Goldman
On Thu, 2007-01-25 at 15:25 -0700, Weisfield, Russell (HAC) wrote: > Hello, > > To abide by Section 508 compliance I need to associate my form inputs > with a tag. I therefore tried to add in an "id" attribute to my > html:text tag (which is using the TextTag object). While the page > rendered

Re: Section 508 and html:text tag issue

2007-01-25 Thread Dave Newton
--- "Weisfield, Russell (HAC)" wrote: > [...] the text inputs did not have the id > attribute with them and therefore [...] http://struts.apache.org/1.2.9/userGuide/struts-html.html#text styleId? Dave Expec

Section 508 and html:text tag issue

2007-01-25 Thread Weisfield, Russell \(HAC\)
Hello, To abide by Section 508 compliance I need to associate my form inputs with a tag. I therefore tried to add in an "id" attribute to my html:text tag (which is using the TextTag object). While the page rendered successfully ( I did modify my .tld file to correct a rendering error), the tex