Where Tapestry used a '$', it now (generally) uses an '_'. However, '_' is not allowed at the start of a NMTOKEN, so those are simply removed.
On 8/24/05, Kevin Menard <[EMAIL PROTECTED]> wrote: > Howard M. Lewis Ship (JIRA) wrote: > > > Did a lot of scattered work to identify where the $ was getting introduced > > and to remove it. Leading '$' are not allowed and are stripped out, other > > dollar signs are converted to underscores. > > Out of curiosity, what happens when there's a name clash? I can > envision some apps relying on the $ being used in anonymous component > IDs that may break. > > To a lesser extent, I know some of my HtmlUnit tests are going to > require changes because they expect the $x suffix for components > declared in loops. > > In any event, I would probably make this change a prominent note in the > beta 5 release. > > -- > Kevin > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Howard M. Lewis Ship Independent J2EE / Open-Source Java Consultant Creator, Jakarta Tapestry Creator, Jakarta HiveMind Professional Tapestry training, mentoring, support and project work. http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
