twitterBootstrap is not recognized in play framework 2.4?
问题 I'm using Play framework 2.4. I tried to use bootstrap as guided at https://www.playframework.com/documentation/2.0/ScalaFormHelpers. In my template, I used the import statement: @import helper.twitterBootstrap._ But I got a compilation error: object twitterBootstrap is not a member of package views.html.helper Am I missing something? 回答1: Maybe it has beed removed as mentioned here: https://www.playframework.com/documentation/2.3.3/Migration23 The in-built Twitter Bootstrap field constructor