[ http://issues.apache.org/jira/browse/TAPESTRY-819?page=comments#action_12361271 ]
Howard M. Lewis Ship commented on TAPESTRY-819: ----------------------------------------------- Component ids in Tapestry are just that, ids in Tapestry. Tapestry can and should use whatever name and format it wants internally to represent components. Copmonent ids are occasionally used when generating a client-side element name or element id, the method TapestryUtils.convertTapestryIdToNMToken() is used to convert illegal characters in the id into values appropriate for XML/XHTML. Unless you can explain how this is adversely affecting your code (say, identify a component that is emitting its id "raw", rather than filtered by the convert method), I'll be closing this as invalid. > $ signs in generated element names / ids are illegal in XHTML - in slashed > component names > ------------------------------------------------------------------------------------------ > > Key: TAPESTRY-819 > URL: http://issues.apache.org/jira/browse/TAPESTRY-819 > Project: Tapestry > Type: Bug > Versions: 4.0 > Reporter: Leonardo Quijano Vincenzi > Assignee: Howard M. Lewis Ship > Fix For: 4.0 > > $ signs in generated element names / ids are illegal in XHTML. The > auto-generation algorithm would need to change. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
