We have documents stored in our database that we want to allow users to download. In the past I have implemented this in a Servlet or Struts action and streamed the object back to the client with the appropriate headers set and then closed the connection. I have looked through the Seam book, reference guide, and searched the forums and cannot find anything similar within Seam.
Is there a way to do this within Seam, or should I just write a Servlet to handle document requests? Thanks, Andrew View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040738#4040738 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4040738 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
