If you are sending the file yourself through a service you could set the
content-desposition to inline in the http-header
response.setHeader("Content-Disposition", "inline;filename=\"x.xls\"");
On Tue, 2005-09-27 at 09:21 -0700, Patrick Casey wrote:
> If I recall the MS browsers do one of two things:
>
> If the content is application/ms-excel --> display in browser
> If the content is anything else but it ends in .xls -> launch excel
> separately.
>
> It's something along those lines although my memory may be a bit off
> on the specific content type flag you have to set.
>
> --- Pat
>
> > -----Original Message-----
> > From: Shalini Goel [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, September 27, 2005 9:13 AM
> > To: Tapestry users
> > Subject: help needed to display excel reports
> >
> >
> > Hi
> >
> > I am working on a tapestry application. I need to open an excel document
> > in the browser where I am sending the file name and path.
> >
> > Is there any component that can be used for so.
> >
> >
> >
> >
> > Its relatively very easy to display excel documents using spring
> > framework but I am not able to get to make it working in tapestry.
> >
> >
> >
> >
> > -shalini
> >
> >
> >
> >
> >
> >
> > **************** CAUTION - Disclaimer *****************
> > This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended
> > solely for the use of the addressee(s). If you are not the intended
> > recipient, please notify the sender by e-mail and delete the original
> > message. Further, you are not to copy, disclose, or distribute this e-mail
> > or its contents to any other person and any such actions are unlawful.
> > This e-mail may contain viruses. Infosys has taken every reasonable
> > precaution to minimize this risk, but is not liable for any damage you may
> > sustain as a result of any virus in this e-mail. You should carry out your
> > own virus checks before opening the e-mail or attachment. Infosys reserves
> > the right to monitor and review the content of all messages sent to or
> > from this e-mail address. Messages sent to or from this e-mail address may
> > be stored on the Infosys e-mail system.
> > ***INFOSYS******** End of Disclaimer ********INFOSYS***
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]