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.

Reply via email to