Thank you very much for your help.
Yes that helped - I did not know for this annotation.
This is the code how it looks like now:
@AuthorizeActions(actions = {
@AuthorizeAction(action = "ENABLE", roles = { "ROLE_ADMIN"
}),
@AuthorizeAction(action = "RENDER", roles = { "ROLE_ADMIN",
"ROLE_USER" })
})
At first, I even didn't saw this "s" at the end :).
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/AuthorizeAction-multiple-actions-tp3943997p3944682.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]