You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (Closed) (JIRA)" <ji...@apache.org> on 2011/10/18 00:55:11 UTC

[jira] [Closed] (TAP5-1181) submit component does not set id attribute to t:id value

     [ https://issues.apache.org/jira/browse/TAP5-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-1181.
--------------------------------------

    Resolution: Invalid
      Assignee: Howard M. Lewis Ship  (was: Igor Drobiazko)

This appears to have been fixed in the 5.2 or 5.3 time frame
                
> submit component does not set id attribute to t:id value
> --------------------------------------------------------
>
>                 Key: TAP5-1181
>                 URL: https://issues.apache.org/jira/browse/TAP5-1181
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Paul Stanton
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>
> other form components (for example TextField) will set the value of the 'name' and 'id' attributes to the value of the 't:id' attribute, however the 'submit' component does not.
> <input t:type="submit" t:id="mySubmit" value="submit" />
> renders to:
> <input value="submit" name="mySubmit" type="submit"></input>
> expected:
> <input value="submit" name="mySubmit" id="mySubmit" type="submit"></input>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira