Antoine-
     you can use a jsp to call a servlet that generates a gif as output so that
the jsp page includes the dynamically generated gif.  Simply include html like
this in your jsp:

<img src="your servlet url goes here">

The web browser will call the servlet when it hits the image tag and as long as
the servlet sets the proper mime type (image/gif), it will work fine.

Erich Izdepski











"This may contain information that is confidential or privileged. If you are not
the addressee indicated in this message (or responsible for delivery of this
message to such person), you should not  copy or deliver this message to
anyone or make any other use of the information set forth herein.  In such
case, you should destroy this  message and notify the sender by telephone
or e-mail."


------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

Reply via email to