Re: Session size is constantly increasing on setResponsePage(getPage())

2007-10-03 Thread Martin2
then the newly created page replaces the old one in the session memory. But if you set in the link click the same page that the link is on (setResponsePage(getPage()). You see a grow? That seems a bit strange. need to check that out then. johan On 10/2/07, Martin2 [EMAIL PROTECTED] wrote

Re: Session size is constantly increasing on setResponsePage(getPage())

2007-10-03 Thread Martin2
close it then. bw, Martin Johan Compagner wrote: jip, but open and close a jira if you want to have this in the change list.. On 10/3/07, Gerolf Seitz [EMAIL PROTECTED] wrote: i think johan already fixed it in trunk. gerolf On 10/3/07, Martin2 [EMAIL PROTECTED] wrote: Hi

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

2007-10-02 Thread Martin2
Hi there, we're developing a rather straight forward application with wicket and I am wondering if it is ok to call setResponsePage(getPage()) inside the onClick() method of a Link? Because the session size is constantly increasing, here's my example: Application class: public class