Skip to content
Advertisement

Tag: playframework-2.0

Unable to resolve reverse routing methods in IntelliJ

I’m following one of the play framework tutorials, but I’m getting compile errors whenever I try to use reverse routing. Firstly, where the error shown in intelliJ is ‘cannot resolve method javascriptRouter(java.lang.String, ?, ?, ?, ?)’ But also in the a unit test: where it cannot resolve the index method. Is this a problem with intelliJ, or am I missing

Advertisement