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]
> > wrote:
>
> 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* <[EMAIL PROTECTED]
> 
> >  >> wrote:
> >
> > 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 because the page is extended
> from the
> > parent page and this child page doesn't have body tag in the
> markup at
> > all. What is the new right way for doing such things??
> >
> > --
> > Andrew Klochkov
> >
> >
> >
> -
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and
> take
> > control of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
> > ___
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> 
> >  >
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
> >
> >
> 
>
> >
> >
> -
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and take
> > control of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
> >
> 
>
> >
> > ___
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> 
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
>
>
> --
> Andrew Klochkov
>
>
> -
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> 
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> 
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
> 
>
> -
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> 
>
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>   


-- 
Andrew Klochkov


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


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
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* <[EMAIL PROTECTED]
> > wrote:
>
> 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 because the page is extended from the
> parent page and this child page doesn't have body tag in the markup
at
> all. What is the new right way for doing such things??
>
> --
> Andrew Klochkov
>
>
>
-
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> 
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
> 
>
>
-
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> 
>
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


--
Andrew Klochkov


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


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* <[EMAIL PROTECTED]
> > wrote:
>
> 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 because the page is extended from the
> parent page and this child page doesn't have body tag in the markup at
> all. What is the new right way for doing such things??
>
> --
> Andrew Klochkov
>
>
> -
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> 
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
> 
>
> -
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> 
>
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>   


-- 
Andrew Klochkov


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] BodyContainer gone?

2007-06-15 Thread Igor Vaynberg

see migration notes, mainly iheadercontributor

-igor


On 6/15/07, Andrew Klochkov <[EMAIL PROTECTED]> wrote:


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 because the page is extended from the
parent page and this child page doesn't have body tag in the markup at
all. What is the new right way for doing such things??

--
Andrew Klochkov


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user