[jboss-user] [JBoss Portal] - Re: how to disable dashboard for some portal instances

swisst do-not-reply at jboss.com
Fri Feb 22 16:25:34 EST 2008


Looking at the header.jsp file here: 
server\default\deploy\jboss-portal.sar\portal-core.war\WEB-INF\jsp\header

It looks like the only check for displaying that link is to see if it is null.   It looks like that attribute is set on the request:

request.getAttribute("org.jboss.portal.header.DASHBOARD_URL");

So you could monkey with that page or the request...not sure if that is the right way to do it!

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131563#4131563

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131563



More information about the jboss-user mailing list