Search found 13 matches
- Thu Jul 12, 2007 3:45 pm
- Forum: JFreeChart
- Topic: How to have URL drill down using Struts JFreechart
- Replies: 7
- Views: 11441
Reply
Hi Shilpa Kumar From your JSP, it seems like it did not utilize any Struts Action class. My code is only tailored for Struts framework with reference to http://www.jfree.org/phpBB2/viewtopic.php?t=18971 After the page is rendered in HTML, you would get something like this: <map id="map" name="map"> ...
- Fri Jun 15, 2007 4:41 am
- Forum: JFreeChart
- Topic: JfreeCharts intigration with struts
- Replies: 27
- Views: 53800
- Fri Jun 15, 2007 4:39 am
- Forum: JFreeChart
- Topic: JfreeCharts intigration with struts
- Replies: 27
- Views: 53800
Solution to MSIE refreshing issue
Hi all I got a new way to tackle MSIE refreshing issue brought out by JSimmon. You can put this line (response.setHeader("Cache-Control","no-cache") ) in the second Action class as in the code fragment below: response.setContentType("image/png"); response.setHeader("Cache-Control","no-cache"); Servl...
- Wed Jun 06, 2007 6:32 am
- Forum: JFreeChart
- Topic: How to have URL drill down using Struts JFreechart
- Replies: 7
- Views: 11441
Sharing of solution
Hi all Through scores of trying, i found a solution to implement the url drill down feature. in the first action class (i use a MappingDispatchAction ) , inoculate something like: chart.createBufferedImage(500,270, cri); String imagemap = ChartUtilities.getImageMap("map", cri); session.setAttribute(...
- Thu May 31, 2007 9:42 am
- Forum: JFreeChart
- Topic: How to have URL drill down using Struts JFreechart
- Replies: 7
- Views: 11441
Could you tell me how to integrate it in Rajesh example
Thanks JWENTING for your explanation. By the way, do you know how to integrate this feature into Rajesh Struts example which he used 2 action class. As of now, I still have no idea how to put this feature in, including how to pass the imagemap info to JSP and from JSP request the second action class...
- Wed May 30, 2007 2:21 am
- Forum: JFreeChart
- Topic: How to have URL drill down using Struts JFreechart
- Replies: 7
- Views: 11441
How to have URL drill down using Struts JFreechart
Hi all
with reference to http://www.jfree.org/phpBB2/viewtopic.php?t=18971, does anyone know there is way to utilize 'usemap' attribute in <html:img> so as to achieve url drill-down feature?
If yes, could you share your knowledge. Thanks a lot.
with reference to http://www.jfree.org/phpBB2/viewtopic.php?t=18971, does anyone know there is way to utilize 'usemap' attribute in <html:img> so as to achieve url drill-down feature?
If yes, could you share your knowledge. Thanks a lot.
- Tue May 29, 2007 3:07 pm
- Forum: JFreeChart
- Topic: JfreeCharts intigration with struts
- Replies: 27
- Views: 53800
JFreeChart Drill Down Feature in Struts
Hi Rajesh and all Do you have any example of the drill-down feature implemented using Struts? If yes, could you share your experience. Thanks a lot. What i mean is how you could use usemap attribute in <html:img>. I have done this integration. Here is my code for those who need help 1. write an acti...
- Fri May 25, 2007 3:53 am
- Forum: JFreeChart
- Topic: JfreeCharts intigration with struts
- Replies: 27
- Views: 53800
Hi JSimmon May i know how you deal with this cache problem because i tried IE6 and Opera, both need a refresh but FireFox doesn't need? Thanks in advance for your sharing. :D Hi everybody, please diregard my previous post, what rajesh_bhadu suggested was all right. I had a problem with Internet Expl...
- Wed May 23, 2007 11:56 am
- Forum: JFreeChart
- Topic: Error of adding jfreechart library to Netbeans Struts
- Replies: 0
- Views: 1720
Error of adding jfreechart library to Netbeans Struts
Hi all, May i know how to add JFreeChart library to Netbeans 5.5 Struts (running on bundled Tomcat) environment as every time i add them, i will get a "Servlet action is not available" error due to actionmapping cannot be found including invoking those actions without using JFreeChart library? Howev...
- Wed May 23, 2007 11:04 am
- Forum: JFreeChart
- Topic: Struts Example
- Replies: 6
- Views: 15706
Error of adding jfreechart library to Netbeans Struts
Hi all, May i know how to add JFreeChart library to Netbeans 5.5 Struts (running on bundled Tomcat) environment as every time i add them, i will get a "Servlet action is not available" error due to actionmapping cannot be found including invoking those actions without using JFreeChart library? Howev...
- Wed May 23, 2007 11:01 am
- Forum: JFreeChart
- Topic: Struts Example
- Replies: 6
- Views: 15706
Error of adding jfreechart library to Netbeans Struts
Hi all, May i know how to add JFreeChart library to Netbeans 5.5 Struts (running on bundled Tomcat) environment as every time i add them, i will get a "Servlet action is not available" error due to actionmapping cannot be found including invoking those actions without using JFreeChart library? Howev...
- Wed May 23, 2007 10:58 am
- Forum: JFreeChart
- Topic: can't make graph in jsp work
- Replies: 5
- Views: 9821
Error of adding jfreechart library to Netbeans Struts
Hi all, May i know how to add JFreeChart library to Netbeans 5.5 Struts (running on bundled Tomcat) environment as every time i add them, i will get a "Servlet action is not available" error due to actionmapping cannot be found including invoking those actions without using JFreeChart library? Howev...
- Wed May 23, 2007 10:50 am
- Forum: JFreeChart
- Topic: JfreeCharts intigration with struts
- Replies: 27
- Views: 53800
Error of adding jfreechart library to Netbeans Struts
Hi all, May i know how to add JFreeChart library to Netbeans 5.5 Struts (running on bundled Tomcat) environment as every time i add them, i will get a "Servlet action is not available" error due to actionmapping cannot be found including invoking those actions without using JFreeChart library? Howev...