RadioChoice produces invalid XHTML ---------------------------------- Key: WICKET-56 URL: http://issues.apache.org/jira/browse/WICKET-56 Project: Wicket Issue Type: Bug Components: wicket Affects Versions: 1.2.3 Reporter: Gili
If a RadioChoice component is bound to a <div> tag then Wicket adds a "name" attribute, but the XHTML validator complains that "NAME" may not be defined for a <div>. It looks as if only the actual <input> tags are supposed to contain "name", not the parent tag. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira