Hi! 1.4.8.
Unfortunately I don't quite know how to reproduce, but it is somehow related to redirectrespose/intercept exceptions and possibly also some other exceptions.... I will post more info when I get some. ** Martin 2010/9/28 Martin Grigorov <[email protected]>: > Which version of Wicket ? > Many apps/tests/examples use this and this is first time I see such problem. > Can you create a ticket with a quickstart, please. > > On Tue, Sep 28, 2010 at 12:17 PM, Martin Makundi < > [email protected]> wrote: > >> Hi! >> >> How is it possible that this error occurs at page constructor? >> >> Caused by: org.apache.wicket.WicketRuntimeException: Cannot modify >> component hierarchy after render phase has started (page version cant >> change then anymore) >> at >> org.apache.wicket.Component.checkHierarchyChange(Component.java:3512) >> at >> org.apache.wicket.MarkupContainer.remove(MarkupContainer.java:525) >> at >> org.apache.wicket.MarkupContainer.addedComponent(MarkupContainer.java:936) >> at org.apache.wicket.MarkupContainer.add(MarkupContainer.java:142) >> at >> com.view.AbstractStylePage.addStyleContainer(AbstractStylePage.java:111) >> at com.view.AbstractStylePage.<init>(AbstractStylePage.java:104) >> at com.view.AbstractStylePage.<init>(AbstractStylePage.java:96) >> at >> wicket.quickstart.AbstractAuthenticationPage.<init>(AbstractAuthenticationPage.java:29) >> at wicket.quickstart.LoginPage.<init>(LoginPage.java:82) >> >> >> ** >> Martin >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
