[jboss-user] [JBoss Seam] - Re: Dynamic file generation and download from seam context
petemuir
do-not-reply at jboss.com
Mon Nov 6 08:36:36 EST 2006
I would use a PhaseListener rather than a servlet for this (as thats the JSFish way to do it). I think you can access a conversation from there fine (I've never tried tho'). Alternatively you can invoke a method in Seam, grab the HttpServletResponse, write to it, and end call responseComplete() to finalise it.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983429#3983429
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983429
More information about the jboss-user
mailing list