07-27-05 10:56 PM
Michael Harris wrote:
> There is no way to guarantee the order of portlets being rendered...
Let me clarify this statement to make sure it isn't misunderstood. You
can guarantee that all portal event processing takes place prior to the
render phase. You can also guarantee that the output of a portlet will
be inserted into a particular location in the returned HTML page based
upon the page layout.
What you can't guarantee is that (for example) portlet A's doView()
method is always called before portlet B's doView() method. In your
particular installation, you might observe that this always happens, but
that doesn't make it true in all cases.
[ Post a follow-up to this message ]
|