Is there any way to access the HttpServletResponse within a Seam component? I ask since I
need a component that handles downloading files; this needs to set the mime type, the
header and the outpustream. I'd hate to develop a servlet just for this since I'd
really like to use injection and the persistence context as part of this component.
Any thoughts?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983913#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...