Re: XHTML and form element name attribute

2009-09-30 Thread cordenier christophe
Tapestry Form components adds name attribute directly name attribute via MarkupWriter. A workaround is maybe to create MarkupWriterListener that listens to node creation and use forceAttributes to remove the name attribute from form elements. If you set name to 'null' it must be removed. Here is a

Re: XHTML and form element name attribute

2009-09-30 Thread Daniel Jones
Hi Ian, Did you find a solution for this? Cheers, Daniel Ian Fieldhouse wrote: > > When using a form component in my template with the following markup > the rendered html includes a 'name' attribute > for the form element. I'm trying to author my pages in 'XHTML > Strict' (having incl