[jboss-user] [JBoss Portal] - Re: Need a portlet that display

PMN do-not-reply at jboss.com
Wed May 7 09:23:59 EDT 2008


In your jsp layout you can use the following :


  | <div id='dashboardnav'>
  | <p:region regionName='dashboardnav' regionID='dashboardnav'/>
  | </div>
  | 

But this generates an html/ javascript error.

In addition, this is undocumented. It it adds a few things related to the dashboard thing.  A similar thing is used for the navigation tabs.

You can write a portlet with no decoration (empty renderers) to produce the DIVs you need and use CSS styles to place it on the page. 

To write your own portlet you can start with examples.

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

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



More information about the jboss-user mailing list