[jboss-user] [JBoss Portal] - Re: i want to disable page
Nagendra1020
do-not-reply at jboss.com
Mon Nov 10 00:10:36 EST 2008
Thanks peterj
it working but page tab is not getting disable. I am sending my *-object.xml code. This google page tab is display for all user who dont have admin righ. But open only for admin right. My requirement is that I want display goolge page tab on browser only for those user who have admin right.
<?xml version="1.0" encoding="UTF-8"?>
<if-exists>overwrite</if-exists>
<parent-ref>default</parent-ref>
<page-name>Google</page-name>
<window-name>HelloWorldJSPPortletWindow</window-name>
<instance-ref>HelloWorldJSPPortletInstance</instance-ref>
center
1
theme.renderSetId
emptyRenderer
layout.id
industrial
<security-constraint>
<policy-permission>
<role-name>Admin</role-name>
<action-name>view</action-name>
</policy-permission>
</security-constraint>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187993#4187993
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187993
More information about the jboss-user
mailing list