[Wicket-user] BodyContainer gone?

2007-06-15 Thread Andrew Klochkov
I updated to 1.3 beta1 and can't compile my projects due to the BodyContainer class absense. Earlier I used the following code to add some scripts execution in the body onload handler: getBodyContainer().addOnLoadModifier(loadRegions(); loadCities();, null); I can't write it in the markup

Re: [Wicket-user] BodyContainer gone?

2007-06-15 Thread Igor Vaynberg
iheadercontributor works on component level, since both panel and webpage are components it should work. http://cwiki.apache.org/WICKET/migrate-13.html -igor On 6/15/07, Andrew Klochkov [EMAIL PROTECTED] wrote: Igor, I saw your comment in svn about panels and IHeaderContributor, but is it

Re: [Wicket-user] BodyContainer gone?

2007-06-15 Thread Andrew Klochkov
Igor, I saw your comment in svn about panels and IHeaderContributor, but is it OK for a WebPage to implement it? Sorry but where can I find migration notes? Can't find them in svn. Igor Vaynberg wrote: see migration notes, mainly iheadercontributor -igor On 6/15/07, *Andrew Klochkov*

Re: [Wicket-user] BodyContainer gone?

2007-06-15 Thread Andrew Klochkov
Thanks! Works like a charm! Igor Vaynberg wrote: iheadercontributor works on component level, since both panel and webpage are components it should work. http://cwiki.apache.org/WICKET/migrate-13.html -igor On 6/15/07, *Andrew Klochkov* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: