Wicket Fragments and Wicket Extends

2012-04-03 Thread Ciaran Liedeman
Hello, I've been trying to use fragments in a page but can't seem to get it to work. It fails with an error saying No markup found for fragment id... I used the example as if from the 1.5 javadocs http://wicket.apache.org/apidocs/1.5/org/apache/wicket/markup/html/panel/Fragment.html the only

Re: Wicket Fragments and Wicket Extends

2012-04-03 Thread Martin Grigorov
Hi, See https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/markup/html/panel/Fragment.java#L70 wicket:fragment should be inside the HTML element to which is assigned 'markupProvider' component. Show us your code if you need more help. On Tue, Apr 3, 2012