I am trying out the todolist tutorial
of playframework-2.0
on eclipse.I eclipsified
the code and imported it sothat eclipse(helios)
can detect the play api properly.I am however having trouble with the scala
part
I updated eclipse to get the scala ide plugin .Still eclipse shows error markers next to
return ok(views.html.index.render(Task.all(),taskForm));
The error popup box shows views.html.index cannot be resolved to a type
Any idea how to resolve this?