Re: graphics

2005-04-26 Thread Lucas Bern
Yes, that is a good advise, thanks Michael!... ...but, what i have to do is a litle more complex. Does anyone know how to acces the page context form a dataProducer in the cewolf tag library???... I really need it, i have objects in session, objects needesd to create de chart, but de interface

RE: graphics

2005-04-26 Thread Yu, Ed
AJAX? -Original Message- From: Lucas Bern [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 26, 2005 8:39 AM To: Struts Users Mailing List; Michael Jouravlev Subject: Re: graphics Yes, that is a good advise, thanks Michael!... ...but, what i have to do is a litle more complex. Does anyone

RE: graphics

2005-04-26 Thread Lucas Bern
PROTECTED] Sent: Tuesday, April 26, 2005 8:39 AM To: Struts Users Mailing List; Michael Jouravlev Subject: Re: graphics Yes, that is a good advise, thanks Michael!... ...but, what i have to do is a litle more complex. Does anyone know how to acces the page context form a dataProducer in the cewolf tag

RE: graphics

2005-04-26 Thread Yu, Ed
Mailing List Subject: RE: graphics oh oh oh!... AJAX, i have heard about that, but some requirements limit me to use it, i HAVE to generate the chart on the server side ( would jave been wonderfull!!!, but, clients ) Yu, Ed [EMAIL PROTECTED] wrote: AJAX? -Original Message- From: Lucas

Re: graphics

2005-04-25 Thread Michael Jouravlev
Remember, that you can do a lot with client-side javascript. Send raw data to the browser, and render chart there. Seems more logical, because it takes the load off the server and off the network (the latter may be not true for huge data set...). Check this out, for example: