Cannot modify component hierarchy after render phase has started

2017-07-01 Thread Maxim Solodovnik
Hello, I'm facing weird "Cannot modify component hierarchy after render phase has started" exception on simultaneous page access using 2 different browsers everything works in case there is only one browser, or page being accessed not "simultaneously" We are using "

Re: Cannot modify component hierarchy after render phase has started

2017-01-15 Thread Dirk Forchel
Hello Martin, okay, it was a misunderstanding. I will file a new issue and attach the quickstart. Cheers, Dirk -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Cannot-modify-component-hierarchy-after-render-phase-has-started-tp4676711p4676766.html Sent from the Users

Re: Cannot modify component hierarchy after render phase has started

2017-01-15 Thread Martin Grigorov
ich is a > child of a border component? > We're doing this in our application at least since Wicket 1.5. > > > -- > View this message in context: http://apache-wicket.1842946. > n4.nabble.com/Cannot-modify-component-hierarchy-after- > render-phase-has-started-tp4676711p46

Re: Cannot modify component hierarchy after render phase has started

2017-01-15 Thread Dirk Forchel
ket.1842946.n4.nabble.com/Cannot-modify-component-hierarchy-after-render-phase-has-started-tp4676711p4676760.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...

Re: Cannot modify component hierarchy after render phase has started

2017-01-13 Thread Sven Meier
Stacktrace 7.5.0 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:3674) ~[wicket-core-7.5.0.jar:7.5.0] at

Re: Cannot modify component hierarchy after render phase has started

2017-01-13 Thread Dirk Forchel
#x27;t. Instead the following exception is thrown: 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:3674) at org.apache.wicket.

Re: Cannot modify component hierarchy after render phase has started

2017-01-12 Thread Dirk Forchel
http://apache-wicket.1842946.n4.nabble.com/Cannot-modify-component-hierarchy-after-render-phase-has-started-tp4676711p4676728.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail:

Re: Cannot modify component hierarchy after render phase has started

2017-01-12 Thread Sven Meier
bad thing to do? 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:3662) at org.apache.wicket.Page.dirty(Page.jav

Cannot modify component hierarchy after render phase has started

2017-01-11 Thread Dirk Forchel
ifying the model object. Could someone explain why this is a bad thing to do? 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

Re: on upgrade from 7.2 to 7.3 Cannot modify component hierarchy after render phase has started

2016-07-07 Thread Sven Meier
are generated by a CMS system. In the markup of these pages we have special tags which we replace with real tags and add some wicket components to the page. This is nearly the same way which was/is used in the wicket brix cms. Last cause: Cannot modify component hierarchy after render phase

Synchonization problems? (Cannot modify component hierarchy after render phase has started)

2014-12-18 Thread Daniel Stoch
: 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:3557) at org.apache.wicket.Component.addStateChange(Component.java:3486) at