glens       2002/06/12 01:09:27

  Modified:    src/documentation/xdocs faq.xml
  Log:
  New FAQ - thanks Avik!
  
  Revision  Changes    Path
  1.10      +17 -0     jakarta-poi/src/documentation/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/documentation/xdocs/faq.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- faq.xml   3 May 2002 00:42:58 -0000       1.9
  +++ faq.xml   12 Jun 2002 08:09:27 -0000      1.10
  @@ -109,5 +109,22 @@
     }
               </source>
           </answer>
  +        <question>
  +            I'm trying to stream an XLS file from a servlet and I'm having some 
trouble.  What's the problem?
  +        </question>
  +        <answer>
  +            <p>
  +            Dont depend on IE to show you an attachment properly if you stream it 
via a
  +            servlet. Every minor version of IE has different bugs.
  +            </p>
  +            <p>
  +            To guarantee it to work, instead of doing a server-side redirect
  +            (requestdispather), try doing a client side redirect to your xls file. 
Thats
  +            guaranteed to work ... (also keep in mind that *sometimes* IE makes TWO
  +            requests for a document that is opened by an external handler .. so if 
your xls
  +            production is heavy, you might have a problem.)
  +            </p>
  +            <!-- Thanks to Avik for the answer -->
  +        </answer>
       </faq>
   </faqs>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to