Render Phase method called twice when overriding base class method
------------------------------------------------------------------

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


When implementing a render phase method in a base class (in base package) and 
then overriding it in the extending class (in the page package) the render 
phase method is called twice. Expected behaviour is that it should be called 
once.

Also if the method in the base class has a different name than the method in 
the extending class, then the annotated method in the base class is called 
_and_ the annotated method in the extending class is called. But maybe this is 
expected behaviour?

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