Re: Stack overflow when extending from page

2008-08-01 Thread Daniel Freitas
An issue has been created: https://issues.apache.org/jira/browse/WICKET-1765 Regards 2008/7/31 Igor Vaynberg [EMAIL PROTECTED] yeah, we should fix it. please file a jira issue. -igor On Thu, Jul 31, 2008 at 4:22 PM, Daniel Freitas [EMAIL PROTECTED] wrote: I typo got me to a stack

Stack overflow when extending from page

2008-07-31 Thread Daniel Freitas
I typo got me to a stack overflow. Instead of extending WebPage, I extended Page directly and when wicket tried to render the page it threw a StackOverflowError caused by the following code: public class ClockPage extends Page{ //Typo, should be *extends WebPage* } Page extends MarkupContainer

Re: Stack overflow when extending from page

2008-07-31 Thread Igor Vaynberg
yeah, we should fix it. please file a jira issue. -igor On Thu, Jul 31, 2008 at 4:22 PM, Daniel Freitas [EMAIL PROTECTED] wrote: I typo got me to a stack overflow. Instead of extending WebPage, I extended Page directly and when wicket tried to render the page it threw a StackOverflowError