[jboss-user] [JBoss Portal] - processing order of windows within page
brain101
do-not-reply at jboss.com
Fri Aug 10 02:08:16 EDT 2007
in my page (defined in an *-object.xml file), i have 4 windows:
metaWindow
headWindow
menuWindow
contentWindow
these objects are stored in jbp_object_node as follows:
pk;path;name;parent_key;
122542;"myportal.mypage";"sprechtagsanmeldung";122535
122543;"myportal.mypage.metaWindow";"metaWindow";122542
122544;"myportal.mypage.headWindow";"head";122542
122545;"myportal.mypage.menuWindow";"menuWindow";122542
122546;"myportal.mypage.contentWindow";"contentWindow";122542
the primary key determines the processessing order of the windows/portlets i.e. headWindow (122544) will be processed before contentWindow (122546).
what i would like to do now is to set the processessing order, so that contentWindow is the first window/portlet that is processed. is there a possibility to tell jboss portal what the order will be?
portal version is 2.2
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072841#4072841
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072841
More information about the jboss-user
mailing list