[
https://issues.apache.org/jira/browse/WICKET-2193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12693749#action_12693749
]
Ittay Dror commented on WICKET-2193:
------------------------------------
it seems that the object has serialization problems, but the exception is
silently swallowed (only logged, which in my case is not working very well)
> InlineFrame with a Page instance does not work with
> SecondLevelCacheSessionStore
> --------------------------------------------------------------------------------
>
> Key: WICKET-2193
> URL: https://issues.apache.org/jira/browse/WICKET-2193
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 1.3.4
> Reporter: Ittay Dror
>
> when using the constructor InlineFrame(final String id, final Page page) an
> IPageLink instance is created the link contains a reference to the page but
> when the request from the iframe is made, the reference is null. The reason
> is that the page is not found in the pagemap, although via debugger i can see
> it is being put there.
> the pagemap and session are consistent between requests (that is, they are
> the same object, again, by seeing this in the debugger)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.