I'd like to use my own implementation of BaseTagWriter that does nothing. This is so that relative anchor tag links work like our designers are used to in static html pages. I've tried overriding the Shell class to do everything but write the base tag, and everything works fine (our html templates are all in the servlet root). But that's hackish and ugly. Is there a hivemind way to do this? I'm sure there is but it's not jumping out at me.
Thanks, Chris
