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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
