Re: memory leak on FeedbackMessages??

2009-07-21 Thread Tsutomu YANO
I created a JIRA: https://issues.apache.org/jira/browse/WICKET-2384 We finally found out the reason of this problem. This was a bug of Wicket (on FeedbackPanel class). I wrote a fixed code on the JIRA. I hope that the solution will be included in next release. This is big bug for me.

Re: memory leak on FeedbackMessages??

2009-07-21 Thread Tsutomu YANO
I created a JIRA: https://issues.apache.org/jira/browse/WICKET-2384 We finally found out the reason of this problem. This was a bug of Wicket (on FeedbackPanel class). I wrote a fixed code on the JIRA. I hope that the solution will be included in next release. This is big bug for me.

Re: memory leak on FeedbackMessages??

2009-07-21 Thread Matej Knopp
Should be fixed in svn. Can you give it a try? -Matej On Tue, Jul 21, 2009 at 8:58 AM, Tsutomu YANO t_y...@me.com wrote: I created a JIRA: https://issues.apache.org/jira/browse/WICKET-2384 We finally found out the reason of this problem. This was a bug of Wicket (on FeedbackPanel class).

memory leak on FeedbackMessages??

2009-07-19 Thread Tsutomu Yano
Hi. When I uses component.info() method to display a message, my program stopped by OutOfMemoryError or StackOverflowError. I found the work around, but I could not found reason of this error. Can anyone teach me the reason? I create a sample application to show this problem. Open attached

Re: memory leak on FeedbackMessages??

2009-07-19 Thread Jeremy Thomerson
I have not run your quickstart, but this sounds peculiar to me. Please create a JIRA (with the quickstart attached) and reply-all here with the issue URL. -- Jeremy Thomerson http://www.wickettraining.com On Sun, Jul 19, 2009 at 9:10 AM, Tsutomu Yanot_y...@me.com wrote: Hi. When I uses