You can use the internal API to create/modify dynamically pages

Items such as pages, windows are represented by PortalObject in JBoss Portal. 
Once you have retrieved your page through the PortalObjectContainer, you can 
modify its contents.

For example,  page.createWindow( ...) or 
window.setDeclaredProperty(ThemeConstants.PORTAL_PROP_ORDER, "1")





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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133102
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to