Template parser is insufficiently picky about component ids
-----------------------------------------------------------

                 Key: TAPESTRY-1975
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1975
             Project: Tapestry
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.0.6
            Reporter: Howard M. Lewis Ship


The template parser should complain if component ids are invalid ... they must 
be Java identifiers.  People keep putting periods into the component id, ex:

<t:textfield t:id="user.firstname"/>

when they should:

<t:textfield value="user.firstname"/>

The fact that the parser allows the invalid component id, and then complains 
about it later and obscurely, is confusing.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to