Discussions

Ask a Question
Back to All

Problem with Template constraints

Hello,

Im using play 2.6.5 and deadbolt 2.6.1 java.

Im trying to add @subjectPresentOr() {}{} but dont work.

im add the import

@import be.objectify.deadbolt.java.views.html.di.{subjectPresent, subjectPresentOr}

but all time say me

Compilation error
not found: value subjectPresentOr

What are doing wrong?

Thanks.