Yes, sure. I'll check them both.

Juergen

On 4/5/06, Ari Suutari <[EMAIL PROTECTED]> wrote:
> Hi,
>
> > What exactly do you mean. Inheritance for Pages is still supported.
>
>    There is a simple example at
>    http://download.syncrontech.com/public/wicketpageinheritanceproblem.zip
>
>    trying to view TestExtendedPage2 with 1.2-beta3:
>
> Caused by: wicket.WicketRuntimeException: Expected to find <wicket:child/> in 
> base markup
>  at wicket.markup.MergedMarkup.merge(MergedMarkup.java:315)
>  at wicket.markup.MergedMarkup.<init>(MergedMarkup.java:50)
>  at wicket.markup.MarkupCache.checkForMarkupInheritance(MarkupCache.java:440)
>  at wicket.markup.MarkupCache.loadMarkup(MarkupCache.java:248)
>  at 
> wicket.markup.MarkupCache.loadMarkupAndWatchForChanges(MarkupCache.java:312)
>  at wicket.markup.MarkupCache.getMarkup(MarkupCache.java:189)
>  at wicket.markup.MarkupCache.getMarkupStream(MarkupCache.java:105)
>  at wicket.MarkupContainer.getAssociatedMarkupStream(MarkupContainer.java:775)
>
>    But the same code works perfectly with beta2. It seems that
>    just simple markup inheritance is not eought to trigger the problem,
>    there must be another class which is derived from class using
>    markup inheritance (ie. in the example, TestExtendPage works,
>    TestExtendedPage2 doesn't).
>
> > Like with the other issue, I always appreciate simple unit test to
> > verify it and to add it to the existing ones.
>
>    I'm very sorry for not providing these examples as junit test cases.
>    Getting more familiar with junit tests is on my to-do list, but currently
>    I just cannot find time for it. Our applications are all quite large so I 
> cannot
>    directly post parts of them - because of this I always ask if the
>    problem would already be known before building a simple example
>    of the problem.
>
> > What makes me a little
> > worry (and sad) is that we have plenty of unit tests for headers and
> > inheritance and I don't remember I changed the expected output, but
> > still there are quite some issues poping up with it currently. So,
> > junit tests are more than welcome.
>
>    I understand this. If I promise that I'll start making junit
>    test cases about my problems during next summer could you
>    check these two problems with the example applications
>    I provided :)
>
>
>        Ari S.
>
> >
> > Juergen
> >
> > On 4/5/06, Ari Suutari <[EMAIL PROTECTED]> wrote:
> >> There seems to be also problems if <wicket:child/> is used
> >> in page's html directly ie. in beta2 I was able to use
> >> markup inheritance on page level, but not in beta3.
> >>
> >>    Ari S.
> >>
> >> ----- Original Message -----
> >> From: "Juergen Donnerstag" <[EMAIL PROTECTED]>
> >> To: <[email protected]>
> >> Sent: Wednesday, April 05, 2006 9:41 AM
> >> Subject: Re: [Wicket-user] update from beta2 to beta3 broke <wicket:head> 
> >> in context of <wicket:extend>
> >>
> >>
> >> > Thanks. I'll check it out.
> >> >
> >> > Juergen
> >> >
> >> > On 4/5/06, Ari Suutari <[EMAIL PROTECTED]> wrote:
> >> >> There is a simple example in
> >> >> http://download.syncrontech.com/public/wicketheadproblem.zip
> >> >>
> >> >>     Ari S.
> >> >>
> >> >> ----- Original Message -----
> >> >> From: "Juergen Donnerstag" <[EMAIL PROTECTED]>
> >> >> To: <[email protected]>
> >> >> Sent: Tuesday, April 04, 2006 3:02 PM
> >> >> Subject: Re: [Wicket-user] update from beta2 to beta3 broke 
> >> >> <wicket:head> in context of <wicket:extend>
> >> >>
> >> >>
> >> >> > Note that <wicket:head> MUST be before <body>, </head>,
> >> >> > <wicket:panel>, <wicket:border> and <wicket:extend>. Unfortunately no
> >> >> > error message is thrown yet. Its currently only my laptop. I need to
> >> >> > test it further before committing.
> >> >> >
> >> >> > If that is not the case in your example, please send me a stripped
> >> >> > down version of the page and panels etc preferably as junit test case
> >> >> > like in src/test
> >> >> >
> >> >> > Juergen
> >> >> >
> >> >> > On 4/4/06, Ari Suutari <[EMAIL PROTECTED]> wrote:
> >> >> >> Hi,
> >> >> >>
> >> >> >> We just updates from 1.2 beta2 to beta3 and noticted that
> >> >> >> some our components using <wicket:head> stuff to add things to
> >> >> >> page's head no longer work. Closer examination shows that those
> >> >> >> components are also using <wicket:extend> tags.
> >> >> >>
> >> >> >> Things work if we put an empty <wicket:extend></wicket:extend>
> >> >> >> to base panel's html file - after that stuff from derived panel's 
> >> >> >> <wicket:head>
> >> >> >> section appears on page.
> >> >> >>
> >> >> >>    Ari S.
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >> -------------------------------------------------------
> >> >> >> This SF.Net email is sponsored by xPML, a groundbreaking scripting 
> >> >> >> language
> >> >> >> that extends applications into web and mobile media. Attend the live 
> >> >> >> webcast
> >> >> >> and join the prime developer group breaking into this new coding 
> >> >> >> territory!
> >> >> >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> >> >> >> _______________________________________________
> >> >> >> Wicket-user mailing list
> >> >> >> [email protected]
> >> >> >> https://lists.sourceforge.net/lists/listinfo/wicket-user
> >> >> >>
> >> >> >
> >> >> >
> >> >> > -------------------------------------------------------
> >> >> > This SF.Net email is sponsored by xPML, a groundbreaking scripting 
> >> >> > language
> >> >> > that extends applications into web and mobile media. Attend the live 
> >> >> > webcast
> >> >> > and join the prime developer group breaking into this new coding 
> >> >> > territory!
> >> >> > http://sel.as-us.falkag.net/sel?cmd_______________________________________________
> >> >> > Wicket-user mailing list
> >> >> > [email protected]
> >> >> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >> >> >
> >> >> >
> >> >>
> >> >>
> >> >> -------------------------------------------------------
> >> >> This SF.Net email is sponsored by xPML, a groundbreaking scripting 
> >> >> language
> >> >> that extends applications into web and mobile media. Attend the live 
> >> >> webcast
> >> >> and join the prime developer group breaking into this new coding 
> >> >> territory!
> >> >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> >> >> _______________________________________________
> >> >> Wicket-user mailing list
> >> >> [email protected]
> >> >> https://lists.sourceforge.net/lists/listinfo/wicket-user
> >> >>
> >> >
> >> >
> >> > -------------------------------------------------------
> >> > This SF.Net email is sponsored by xPML, a groundbreaking scripting 
> >> > language
> >> > that extends applications into web and mobile media. Attend the live 
> >> > webcast
> >> > and join the prime developer group breaking into this new coding 
> >> > territory!
> >> > http://sel.as-us.falkag.net/sel?cmd_______________________________________________
> >> > Wicket-user mailing list
> >> > [email protected]
> >> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >> >
> >> >
> >>
> >>
> >> -------------------------------------------------------
> >> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> >> that extends applications into web and mobile media. Attend the live 
> >> webcast
> >> and join the prime developer group breaking into this new coding territory!
> >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> >> _______________________________________________
> >> Wicket-user mailing list
> >> [email protected]
> >> https://lists.sourceforge.net/lists/listinfo/wicket-user
> >>
> >
> >
> > -------------------------------------------------------
> > This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> > that extends applications into web and mobile media. Attend the live webcast
> > and join the prime developer group breaking into this new coding territory!
> > http://sel.as-us.falkag.net/sel?cmd_______________________________________________
> > Wicket-user mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
> >
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to