Every page and component class is run through the enhancer, so if you wanted that behaviour, you could add it quite easily.
Did you mean "login interceptor" around renderBody()? That seems very, very odd. I *could* see adding PageValidationListener to your pages, with an implementation that, say, checked against meta data to determine if access to a page should be allowed. That's reasonable. On 8/8/05, Markus Joschko <[EMAIL PROTECTED]> wrote: > Hi, > I'm just wondering if it's possible for an external library to front > all components with a proxy by configuration? > > I saw some hivemind.xml which have promising names like e.g. > tapestry.enhance.xml > E.g. would it be possible to add a loginterceptor around > IComponent.renderBody calls? > > Sorry if this question is totally stupid but I'm still fighting to > understand the way hivemind works and tapestry is internally wired. > > Thanks, > Markus > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Howard M. Lewis Ship Independent J2EE / Open-Source Java Consultant Creator, Jakarta Tapestry Creator, Jakarta HiveMind Professional Tapestry training, mentoring, support and project work. http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
