You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Daniel Niklas (JIRA)" <de...@myfaces.apache.org> on 2008/05/26 12:11:55 UTC

[jira] Created: (TRINIDAD-1094) id-values invalid - mustn't begin with "_"

id-values invalid - mustn't begin with "_"
------------------------------------------

                 Key: TRINIDAD-1094
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1094
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions: 1.0.5-core
            Reporter: Daniel Niklas
            Priority: Minor


"ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens ("-"), underscores ("_"), colons (":"), and periods (".")."

See http://www.w3.org/TR/html4/types.html#h-6.2..

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


[jira] Resolved: (TRINIDAD-1094) id-values invalid - mustn't begin with "_"

Posted by "Andrew Robinson (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Robinson resolved TRINIDAD-1094.
---------------------------------------

    Resolution: Invalid

This does not look like a Trinidad bug. If you wish to re-open this please mention the lines of Trinidad Java code that are producing these IDs.

The JSF implementations use "_id##" for autogenerated IDs. This is not Trinidad doing this.

> id-values invalid - mustn't begin with "_"
> ------------------------------------------
>
>                 Key: TRINIDAD-1094
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1094
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.0.5-core
>            Reporter: Daniel Niklas
>            Priority: Minor
>
> "ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens ("-"), underscores ("_"), colons (":"), and periods (".")."
> See http://www.w3.org/TR/html4/types.html#h-6.2..

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