Re: Question about extending a response writer

2009-12-18 Thread Matt Mitchell
Thanks Erik! I wasn't able to solve my problem unfortunately. I had a closer look at the mlt component and handler. That does seem like the right place to put it, but I can't find a way to add a custom fl for the mlt docs. It would seem as though the response writers' writeDocList method accepts a

Re: Question about extending a response writer

2009-12-17 Thread Erik Hatcher
Matt, I'm not sure if this will help - but pull your definition of MLTRubyWriter outside of MLTRubyResponseWriter (look at RubyResponseWriter.java for hot is done there). RubyWriter isn't public, but you're using the same package so it should work. Also, of course you know this, but exte