[
http://issues.apache.org/jira/browse/TAPESTRY-819?page=comments#action_12361127
]
Leonardo Quijano Vincenzi commented on TAPESTRY-819:
----------------------------------------------------
In TemplateParser:
if (jwcId == null)
jwcId = _idAllocator.allocateId("$" + simpleType.replace('/',
'$'));
This is causing components with slashes (like "moduleX/compX") to render with
included "$" characters: "moduleX$compX".
> $ 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]