You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Rene O (JIRA)" <de...@myfaces.apache.org> on 2011/09/01 13:34:15 UTC

[jira] [Created] (MYFACES-3296) Allow custom attributes within jsf-components

Allow custom attributes within jsf-components
---------------------------------------------

                 Key: MYFACES-3296
                 URL: https://issues.apache.org/jira/browse/MYFACES-3296
             Project: MyFaces Core
          Issue Type: New Feature
    Affects Versions: 2.1.2
            Reporter: Rene O


It would be good, if all jsf-components allow the usage of custom attributes:
Example: <h:inputText id="testcomponent" value="value"  myattribute="test" />

A common usecase for this issue is the usage of HTML5 data-* attributes ( http://dev.w3.org/html5/spec/elements.html#custom-data-attribute )

Currently all custom attributes are ignored and not rendered.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira