I'm working on it :D
> You should become Scala-addicted.Or at least Maven-addicted ;-)
> Pull and try again.
>
> Martin Grigorov
> Wicket Training and Consulting
>
>
> On Thu, Jan 2, 2014 at 5:24 PM, Andrea Del Bene <[email protected]>wrote:
>
>> 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.
>>