> Do you think it's possible for Tapestry to automatically know > whether an Index page takes a context or not?
I added a TransformWorker which checks if the page has a "model.handlesEvent(EventConstants.ACTIVATE)", if it does then I assume the context is being handled and I leave it alone. If not, I add my own onActivate handler. It doesn't handle the case where a mixin adds an onActivate method though. -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-handle-404-nicely-TAP5-879-tp5719588p5719610.html Sent from the Tapestry - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org For additional commands, e-mail: dev-h...@tapestry.apache.org