MarcGiffing / wicket-spring-boot-examples

Apache License 2.0
14 stars 10 forks source link

MarkupNotFoundException: Can not determine Markup #5

Closed CKiD2011 closed 5 years ago

CKiD2011 commented 5 years ago

Hey,

I followed your tutorial. I injected your com.giffing.wicket.spring.boot.starter dependency(2.1.7). I made my application class within the main. I made beside this a web/pages/home directory. There I made how you said in the tutorial a HomePage.java file and a HomePage.html file. I started the Application like you said and I get this error: MarkupNotFoundException: Can not determine Markup. Component is not yet connected to a parent.

So I'm very frustrated that this little tutorial doesn't work.

Any suggestions?