Hi all. I'm refactoring an existing application which have a multiple level drill down (a set of seven level of master/detail pages). I noticed that at every drilldown the query for the master page is executed again. I think because the first step in life cycle is Restore view. I'm wondering if adding a immediate true to the command link of the detail event could help and if yes what cons could I have. Since this is a production app and this stuff is widely used I'm a bit scared :-)
Thanks All Sam

