Hi Tapestry Gurus, I'm new to tapestry and I have a simple classic doubt.
I'm working on a project where there is a layout component. I have certain other components which are part of this layout for example user login, messages from other user (equivalent to facebook top bar). Now if the user has permissions then these compnents are made visible . The problem I'm facing is on each and every page load/ new page, the layout is reloading making server calls to render the compoents. For example if on the left I've links to other pages like dashboard and reports, when I click from home page to dashboard , the layout components are reloading making server calls and re-rendering. So my question is, Is it possible to keep these components as part of the layout but prevent un-necessary server calls when I traverse to other pages Thanks in advance. S.S.