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