I have a datagrid that is embedded in a page. Its datasource is built
by a method in the page, and the grid component references it through
a property that calls that method.

It seems that method is getting called before the page's OnActivate is
ever called, and the data needed to initialize that datasource is not
entirely available yet..

Are components rendered/setup first before a page is ever activated?

IF so, why? Wouldn't it make more sense for the OnActive to be run
first, to ensure all the passed values are ready, before rendering
components that may depend on them?

-Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to