Bug when component name i same as component package
---------------------------------------------------

                 Key: TAPESTRY-1769
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1769
             Project: Tapestry
          Issue Type: Bug
    Affects Versions: 5.0.5
            Reporter: Ted Steen
             Fix For: 5.0.6


When component name is the same as component package you must refer to the 
component with a dot in the end.

example:
in package "components.parser" I have a component named Parser.java
if i try to refer to that component in the html template like this 
<t:parser.parser /> but it cant be resolved, instead I have to refer to it like 
this <t:parser. />

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