從播放2.0.4遷移到2.1.1播放我得到以下錯誤後:播放架構遷移錯誤
[error] /home/xxx/project/app/controllers/Application.scala:489: type mismatch;
[error] found : play.api.data.Form[contents.Entry]
[error] required: play.data.Form[contents.Entry]
[error] Ok(views.html.shareKnowledge(contentForm, loadEntries(Option(request.user.id), Option(request.user.id), None, None), Map("deleteButton"->"show")))
在HTML模板對應的線路
@(contentForm: Form[contents.Entry], entries: Array[contents.Entry], streamDisplayOptions: Map[String,String])
我只是通過表格...
我讀http://www.playframework.com/documentation/2.1.0/Migration 但我仍然不知道如何解決它。
謝謝,那是t他的理由。我期望Play現在主要是Scala,以便這些誤導性的文檔不會再出現......很高興知道 – ideaboxer