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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...