Tag handlers build the view. They don't render the view. Use a Renderer instead, usually in combination with an UI component. Or simply use a tag file (with JSTL), especially as you ultimately don't seem to want to use UI components.