[jboss-user] [JBoss Portal] - Re: isUserInRole doesnt work in jsp

2007-05-16 Thread ludovic.bert
Thanks this topic solves my problem/error. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046032#4046032 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046032 ___ jboss-user m

[jboss-user] [JBoss Portal] - Re: isUserInRole doesnt work in jsp

2006-09-28 Thread hubertg
ok, my fault: i have to use portletRequest variable instead of request. and therefore I have to insert the defineObjects tag. this works now (returns true as is should): | | <% out.println("jsp in role : " + renderRequest.isUserInRole("student")); %> View the original post : htt