You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Voigt (JIRA)" <ji...@apache.org> on 2007/10/03 17:27:51 UTC

[jira] Created: (WICKET-1036) Session size is constantly increasing on setResponsePage(getPage())

Session size is constantly increasing on setResponsePage(getPage())
-------------------------------------------------------------------

                 Key: WICKET-1036
                 URL: https://issues.apache.org/jira/browse/WICKET-1036
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3.0-beta3
         Environment: Windows XP SP2, jboss-4.2.0GA
            Reporter: Martin Voigt
             Fix For: 1.3.0-beta4


When using 

setResponsePage(getPage())

from inside Link.onClicked() or Form.onSubmit(), the session size is increased. When using setResponsePage(getPage().getClass()) the session size is back to normal.

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


[jira] Closed: (WICKET-1036) Session size is constantly increasing on setResponsePage(getPage())

Posted by "Johan Compagner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Johan Compagner closed WICKET-1036.
-----------------------------------

    Resolution: Fixed

> Session size is constantly increasing on setResponsePage(getPage())
> -------------------------------------------------------------------
>
>                 Key: WICKET-1036
>                 URL: https://issues.apache.org/jira/browse/WICKET-1036
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta3
>         Environment: Windows XP SP2, jboss-4.2.0GA
>            Reporter: Martin Voigt
>             Fix For: 1.3.0-beta4
>
>
> When using 
> setResponsePage(getPage())
> from inside Link.onClicked() or Form.onSubmit(), the session size is increased. When using setResponsePage(getPage().getClass()) the session size is back to normal.

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