Vjeran Marcinko <vjeran.marcinko <at> email.t-com.hr> writes: > I'm developing PDF generator engine service, and looking at Workbench > example, I can see that is uses injected WebResponse instance, but > unfortunately it doesn't have setHeader(...) method as HttpServletResponse > has... > And I need that obviously.
You can make your engine service a hivemind service which can easily access the tapestry.globals.HttpServletResponse hivemind service. I have exactly such an example in chapter 8 of my book. -- Author of an e-Book for learning Tapestry (http://www.agileskills2.org/EWDT) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
