Inheritance and wicket:child / inside a component tag (Wicket 1.5)

2010-10-06 Thread Alexander Morozov
Hi, ParentPage.html: div wicket:id=wrapper wicket:child/ /div I know how it can be achieved in Wicket 1.4 (WebMarkupContainer with overrided isTransparentResolver), but I cannot get the same behavior in case of Wicket 1.5. Wicket gurus, I need your advice :) Thanks -- View this message in

Re: Inheritance and wicket:child / inside a component tag (Wicket 1.5)

2010-10-06 Thread Igor Vaynberg
jira+quickstart -igor On Wed, Oct 6, 2010 at 9:14 AM, Alexander Morozov alexander.v.moro...@gmail.com wrote: Hi, ParentPage.html: div wicket:id=wrapper  wicket:child/ /div I know how it can be achieved in Wicket 1.4 (WebMarkupContainer with overrided isTransparentResolver), but I

Re: Inheritance and wicket:child / inside a component tag (Wicket 1.5)

2010-10-06 Thread Gabriel Bucher
Have you tried to use the TransparentWebMarkupContainer? based on the migration guide this could be a potential solution. also have a look at this open bug https://issues.apache.org/jira/browse/WICKET-3045 then after using the TransparentWebMarkupContainer... wicket was no longer able to find

Re: Inheritance and wicket:child / inside a component tag (Wicket 1.5)

2010-10-06 Thread Alexander Morozov
Gabriel, thank you for reply, Gabriel Bucher wrote: Have you tried to use the TransparentWebMarkupContainer? based on the migration guide this could be a potential solution. Yep, I tried to use Transparent WebMarkupContainer and BoxBorder and got the same issue as described in