Default name "submit" for submit component breaks javascript function submit()
------------------------------------------------------------------------------

                 Key: TAP5-947
                 URL: https://issues.apache.org/jira/browse/TAP5-947
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.1.0.5
            Reporter: Inge Solvoll


When using submit component without specifying a name or id, the component is 
given the name "submit". This causes javascript error if a script later tries 
to invoke form.submit(), because the submit button has "hijacked" the submit 
function's name.

A developer can easily stumble into this problem himself by naturally naming 
his button "submit", but tapestry shouldn't make the worst possible name the 
default one. Change the name/id to "submitButton" or something similar.

-- 
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