Re: Can I display report in different format in JAVA/JSP
- From: Roedy Green <see_website@xxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 28 Feb 2008 23:11:40 GMT
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
.
- References:
- Can I display report in different format in JAVA/JSP
- From: Sanjeev
- Can I display report in different format in JAVA/JSP
- Prev by Date: Re: Drawing Icons
- Next by Date: Nowbie in the java jungle
- Previous by thread: Re: Can I display report in different format in JAVA/JSP
- Next by thread: hasNext?
- Index(es):