I am trying to execute todolist tutorial playframework-2.0 on eclipse.I eclipsified code and import it sothat eclipse(helios) can correctly determine the game api. I have a problem with scala part
I updated eclipse to get the scala ide plugin. The eclipse splash screen shows error markers next to
return ok(views.html.index.render(Task.all(),taskForm));
The error popup shows views.html.index cannot be resolved to a type
Any idea how to solve this problem?
damon
source share