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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to