Is there any way to determine if a component was rendered without re-rendering the entire page?
I have a page with dozens of components on it, each one is conditional. So, not all of them will render (depending on user permissions, or the result of an @If condition). When I trigger a page listener, I'd like it to be able to determine immediately what components were actually rendered and which ones are safe to ignore. I could re-render the page and direct it to a writer, but this is fairly slow. I could iterate through all the conditional components (like @If or my own @Permission component), but again, this isn't optimal. Really what I'm looking for is some kind of "isRendered" or "wasRendered" flag. Any ideas? -- View this message in context: http://www.nabble.com/Any-way-to-determine-if-a-component-was-rendered--tf3264334.html#a9073949 Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]