[jboss-user] [JBoss Portal] - Re: processing order of windows within page

2007-08-10 Thread brain101
i know that our solution is not 100% clean - but now we need some workaround concerning the processing order until we can fix the problem View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072877#4072877 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Portal] - Re: processing order of windows within page

2007-08-10 Thread [EMAIL PROTECTED]
What if we change the engine to have parallel rendering ? Then the ordering would be totally random. It's a possibility open by the JSR-168 spec. Look at "PLT.5.2.4 Request Handling" anonymous wrote : The render requests may be executed sequentially or in parallel without any guaranteed order.

[jboss-user] [JBoss Portal] - Re: processing order of windows within page

2007-08-09 Thread brain101
thanks about your quick reply. so, if i canĀ“t set the processing order, how can i take influence on the ordering/sorting in the database (e.g. via the name of the window (aaaWindow has a lower id than zzzWindow), the length of the name, etc.)? unfortunately for our application it is very importa

[jboss-user] [JBoss Portal] - Re: processing order of windows within page

2007-08-09 Thread [EMAIL PROTECTED]
I implicitly thought you were talking about ordering the windows to order them in the layout. If you were really talking about processing (or computing), no you cannot give an order, you should not depend on the ordering. Each window could in theory could be rendered in parallel. View the orig

[jboss-user] [JBoss Portal] - Re: processing order of windows within page

2007-08-09 Thread [EMAIL PROTECTED]
Forgot about 2.2 but don't you have a "height" tag in -object.xml ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072852#4072852 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072852 __