[
https://issues.apache.org/jira/browse/TAPESTRY-2338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12589151#action_12589151
]
Howard M. Lewis Ship commented on TAPESTRY-2338:
------------------------------------------------
The issue is that the CachedWorker generates code that cleans the cache during
the PostRenderCleanup phase.
I think we can get the same effect by performing that cleanup from
PageLifecycleListener.containingPageDidDetach();
> Cached methods not cleaned up after ajax request
> ------------------------------------------------
>
> Key: TAPESTRY-2338
> URL: https://issues.apache.org/jira/browse/TAPESTRY-2338
> Project: Tapestry
> Issue Type: Bug
> Components: tapestry-core
> Affects Versions: 5.0.11
> Reporter: Josh Canfield
> Attachments: BasicAjax.java, BasicAjax.tml
>
>
> Contents of a @Cached method are not re-evaluated after the first ajax call
> until a full page refresh has occurred.
--
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]