Hi,

I have this:

"search" component -> param1 -> "list" component -> param2 -> "view" component.

In a tapestry4 page of mine.

The three components all implement renderComponent(). Param1 is set in
the "search" component renderComponent(). Param2 is set in the "list"
component renderComponent(). For this to work properly, the
renderComponent() calling order should happen in the order above,
otherwise, the parameters param1 and param2 do not have their value
properly set before they are needed by the next component.

I am seeing that in fact, renderComponent() calling order depends on
the order they appear in the html of the page. Is there any way to
force the renderComponent() calling order to do the right thing here ?

Thanks a lot
Henri

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to