hi, I still getting a failure with a test case in WicketStuff. The test is SamplePageSpec from module wicketstuff-sample, a module from scala-extensions-parent.
it can not find the home page markup: org.apache.wicket.markup.MarkupNotFoundException: Can not determine Markup. Component is not yet connected to a parent. [Page class = org.wicketstuff.scala.sample.HomePage, id = 0, render count = 1] As I'm not yet Scala-addicted, I could not find a way to make the test pass. All the other test pass with success.
