[jboss-user] [JBoss Portal] - Re: Per window customization even when it is not dashboard

vivek_saini07 do-not-reply at jboss.com
Wed Jan 14 07:01:23 EST 2009


i got it
just change in org.jboss.portal.core.model.portal.command.isDashboard(). Make it return true always. I changed it to following.



  |    public boolean isDashboard()
  |    {
  | 	
  | //      return dashboard;
  | 	   return true;
  |    }
  | 
  | 
And it reflecting the change i wanted.

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

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



More information about the jboss-user mailing list