First off, we're using Tapestry 3.0.3. We have a page that conditionally decides which component to render, choosing from about 10 or different types. Each of these components have multiple (avg of about 5) components inside. Now, when this page loads, it loads all 10 components, and all the components on each of the 10. Every one of these components need to call the database, so we're getting about 50 stored procedure calls every time the page loads.
The components are surrounded by FormConditionals, and we're doing the 'rewind check' at the beginning of the pageBeginRender method. I can't think of what to check next. Any suggestions or ideas on to what's causing this behavior? Thanks, Jer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]