I am trying to check is the current user member of the some role.
I write i.e req.isUserInRole("Admin"); or req.isUserInRole("User");
where req is the JBossRenderRequest object, and it always return false.
I checked in database in jbp_roles table and that users are exist, so why it always return
me false?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068758#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...