You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Charles Mason <ch...@cpsoftware.com> on 2005/11/13 11:50:24 UTC

Potential Minor Bug in Tapestry 4.0

I am writing a new site in tapestry. The site is written in XHTML strict
1.0, most pages seem to validate fine. The only problem is I have with a
form component on it. This uses a name attribute which is valid in the other
forms of XHTML but not strict. As the rest of the site is all valid XHTML
strict is there any way I can stop it adding this name attribute. 

 

You can see the offending page (when my development server is on which is
most of the time :-)) here

http://cpsoftware.net:8080/Contact.html

 

See the below page for more info on the tag and its valid attributes.

http://www.w3schools.com/tags/tag_form.asp 

 

 

I appreciate it's hardly a show stopper of a bug (if that's what it is) but
it would be nice to have the page validate properly.

 

 

Charlie M