在播放框架路由得到编译错误
错误在这里
GET /allFriends controllers.Application.listAllFriends(userId:Long?=)
模板
@(myFriends: List[MyFriend])
@import helper._
@import helper.twitterBootstrap._
@for(myFriend <- myFriends){
@myFriend.friend_Id <br>
}
错误
string matching regex `[^),?=\n]' expected but `)' found