Here we go. Right now you'll get a RuntimeException. Change the ps to divs and it's all good.
-Phil On 11/15/05, Phil Kulak <[EMAIL PROTECTED]> wrote: > Yea, that's why I figured it was a bug. > > wicket.markup.MarkupException: Unable to find component with id > 'title' in [MarkupContainer [Component id = _extend, page = > md.lhm.wicket.page.cart.ViewCart, path = > 8:_body:_child:_extend:_child:_extend:_child:_extend.MarkupInheritanceResolver$TransparentWebMarkupContainer, > isVisible = true, isVersioned = true]]. This means that you declared > wicket:id=title in your markup, but that you either did not add the > component to your page at all, or that the hierarchy does not match. > > I'll write a small test case that runs apart from my app just to make > sure it happens in isolation. >
test
TestPage.java
Description: Binary data
