Hello,

I have a page that contains three components and I would like to modify the
order in which they are rendered by the page. Is this possible ?

As I see from my logs (I made them all implement PageBeginRenderListener to
see when their pageBeginRender() method gets called), the last component
declared in the HTML is rendered first by the page, and the first in the
HTML is rendered last.

Right now, the last component to load gets some data from the DB that should
modify some property from the first (a form), but this can't happen since it
has already rendered.

Thanks in advance,
Jorge

Reply via email to