Ulf Dittmer wrote:
It's not a static method, so you need an object instance to invoke it on. Do you know which class this method belongs to, and thus what kind of object is needed?
Yes Ulf, it is declared in the HttpServletRequest inferface
public boolean isUserInRole(java.lang.String role), so i guess we can use this method in the any of the doxxx() methods plus in the service method also.
Please correct me if I am wrong