Re: Can I display report in different format in JAVA/JSP



On Thu, 28 Feb 2008 00:56:06 -0800 (PST), Sanjeev
<sanjeev.atvankar@xxxxxxxxx> wrote, quoted or indirectly quoted
someone who said :

Dear Friends,

Can I display report in different format in JAVA/JSP.

Please provide me link/url

Regards
Sanjeev

Perhaps you are asking about providing info to your user in raw text,
xml, png, or pdf form?

You then have two problems:

1. how to create the image
2. how to embed it in the web page.

The simplest way is to embed a link to the page with unique id in the
returned web page. Leave it up to the browser and user whether they
should request it. You might not even create it until the request
comes in.
--

Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.