我有以下代碼:進口statment播放框架不工作
@(data: model.FrontPageData, list:List[model.FrontPageData])(
implicit
params:play.mvc.Scope.Params,
flash:play.mvc.Scope.Flash,
errors:Map[String,play.data.validation.Error]
)
@import controllers._
<html>
<head>
<title>some title</title>
</head>
<body>
....
和播放框架返回此錯誤:
The file /app/views/Application/frontPageEditor.scala.html could not be compiled. Error raised is : illegal start of simple expression
上線@↓import controllers._
不適合我在Linux和Playframework 2.3.7( – mulya