[ 
https://issues.apache.org/jira/browse/TAP5-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836720#action_12836720
 ] 

Howard M. Lewis Ship commented on TAP5-1025:
--------------------------------------------

This is probably related to the new AOP logic, I have a guess that its because 
of some method advice that isn't invoking proceed() on the Invocation. I'll 
have to figure out what's going on.

the Page loaded methods should only be executed ONCE per page instance in any 
case. Not sure what logic you were seeing before.

> PageLoaded-Method executed only after every second page load
> ------------------------------------------------------------
>
>                 Key: TAP5-1025
>                 URL: https://issues.apache.org/jira/browse/TAP5-1025
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2
>            Reporter: Sven Homburg
>
> If i access a page the first time, the pageloaded method NOT executed.
> if i access the same page the second time, the pageloaded method executed.
> if i access the same page the third time, the pageloaded NOT method executed.
> if i access the same page the fourth time, the pageloaded method executed.
> and so on 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to