one more mistake, replace 2 to PortalObjectPermission.VIEW_MASK
is this code correct?
| PortalNodeURL secURL = resp.createRenderURL(page);
| PortalObjectPermission perm = new
PortalObjectPermission(secURL.toString(),PortalObjectPermission.VIEW_MASK);
| if
(portalAuthorizationManagerFactory.getManager().checkPermission(perm))
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067865#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...