AfterRender() in Loop component should not short circuit
--------------------------------------------------------
Key: TAP5-1742
URL: https://issues.apache.org/jira/browse/TAP5-1742
Project: Tapestry 5
Issue Type: Bug
Components: tapestry-core
Affects Versions: 5.3
Reporter: Steve Eynon
Priority: Trivial
A Mixin attached to the Loop component never receives a call to it's
AfterRender() method because the Loop component returns a primitive boolean.
If it returned Null and False (as oppose to true and false) then the mixin's
after render method would be called once as the Loop exits.
http://tapestry.1045711.n5.nabble.com/T5-2-6-AfterRender-phase-method-not-called-on-Mixin-when-attached-to-Loop-component-tp4957898p4958554.html
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira