我在编译 play 2.1 应用程序时遇到问题,在 main.scala.html 中我调用了 javascriptRouters
javascriptRouter("jsRoutes")(
routes.javascript.Authentication.authenticate
为此,我在顶层定义了(请求:play.api.mvc.RequestHeader),所以它现在工作正常我在这个页面中得到了请求对象但是当调用@main(“title”)
Unspecified value parameter content.
[error] @main(title = "Create Job",status,role){
如何传递请求对象????
`