Discussions
Problem with Template constraints
about 7 years ago by Hideki
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.