Using component types with slashes in the HTML template fails.
--------------------------------------------------------------

         Key: TAPESTRY-578
         URL: http://issues.apache.org/jira/browse/TAPESTRY-578
     Project: Tapestry
        Type: Bug
  Components: Framework  
    Versions: 4.0    
 Environment: JBOSS 4 + Tapestry 4-beta4
    Reporter: Denis Souza


Whenever a component is referenced with a slash in the HTML template such as:

<div jwcid="@templates/MyTemplate">

it generates an exception:

org.apache.tapestry.parse.TemplateParseException
Tag <div> on line 4 contains an invalid jwcid '@template/MyTemplate'.

Note that it works when I reference the same component using an annotation as 
in:

@Component(id = "template", type = "templates/MyTemplate") public 
abstract MyTemplate getTemplateComponent();


-- 
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]

Reply via email to