[jboss-user] [JBoss Portal] - Dynamic portal page?

eskape do-not-reply at jboss.com
Wed Jun 25 09:30:57 EDT 2008


Hello!

How do I create a dynamic page in JBoss Portal? We have a lot of portlets, each has its own 'status' view (we are using Help view so far, because JBoss does not support custom-portlet-mode), and we have to display each portlet's status on the special 'My Statistics' page for each user. For example, Wiki Portlet Status: "Total articles: 1000; My Articles: 20; Awaiting Approval: 5".
The problem is that portlets are being developed and deployed separately from the main application, thus we are not able to enumerate them in the -object.xml file. 

The desired scenario should look like the following:
1) User clicks "My Statistics" page;
2) Some interceptor handles this click, iterates over available portlets and checks for some "supportsStatisticPage" property.
3) All selected portlets are being instantiated and added to the page programmatically.

Are there  any possibilities to do so?

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

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



More information about the jboss-user mailing list