You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Igor Drobiazko (JIRA)" <ji...@apache.org> on 2010/07/21 15:48:51 UTC

[jira] Assigned: (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 ]

Igor Drobiazko reassigned TAP5-1181:
------------------------------------

    Assignee: Igor Drobiazko

> 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: Igor Drobiazko
>            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.
-
You can reply to this email to add a comment to the issue online.