Form component generates invalid xHtml: there should not be the "name" 
attribute - Applied to 5.1
-------------------------------------------------------------------------------------------------

                 Key: TAP5-1282
                 URL: https://issues.apache.org/jira/browse/TAP5-1282
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.1.0.5
            Reporter: Christophe Cordenier
            Assignee: Howard M. Lewis Ship
            Priority: Minor
             Fix For: 5.2.0


Form generates invalid xhtml 1.0 strict - it
puts "name" attribute to the "form" tag and that is invalid.

' <form name="loginForm" id="loginForm" method="post" ...'


P.S. these are the first 2 lines of my Layout component:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd";>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to