• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

cewolf help required

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
folks,

i have started using a small supporing code which can display charts in your web application, and it is called cewolf.

Now, the problem is i have used exactly same JSP tags that are to be used to render a chart, but i couldn't display them.. does anyone have an idea on this cewolf??

please pour in your thoughts

Thanks
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to JavaRanch.

Which problem are you facing exactly? Have you been able to get the tutorial code to run on your machine?
 
naveen putrevu
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yeah, i have followed the steps given there. But the problem comes in where i want to define my own charts. I have followed the tutorial and i pasted the same code in my application also.. but the chart is not been rendered
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So .... that means the JSP is rendered correctly, but the image isn't? Are there any error messages in the server logs?
 
naveen putrevu
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yes exactly, and there are no error messages too. It is something like this

when i change the parameters to render a new graph, the same old page is being displayed and the changes are not reflected in the new graph
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So the image is in fact being rendered, but it's not changing when you change some parameters. How are you changing parameters - is that a change to the JSP page, or in Java code, or someplace else?
reply
    Bookmark Topic Watch Topic
  • New Topic