Hello, I would like to know if we have fine control over which component is loaded or not on a page. What I would like to do if it possible is to put many components in differents tabs on the same page, but only trigger the loading of those component when the user actually it the tab (to limit overhead caused by the multiple form embeded into the page). Then I could allow my users to navigate (cross navigation) with those tab (or side menu) between differents form without losing their input. For sure I will have to reload some component if the elements inserted into other form required it and keep the data.
Thanks Richard --

