srividya_sharma

Members
  • Content count

    943
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by srividya_sharma

  1. Short Tutorial on FC JSF Tag Library with Facelets and XHTML

    Hi David, Your original structure is fine with the taglib jar inside the war. The custom tag has been interpreted correctly. So this is not a problem with the location of the taglib jar or identification of the tag. This could mean: 1. Path to the FusionCharts.js is incorrect 2. Also, I noticed that the name of the swf file is column3d.swf but the filename provided to the fc:render tag is FusionCharts/Column3D.swf. Please specify the filename in correct case, if not already done. Srividya
  2. Short Tutorial on FC JSF Tag Library with Facelets and XHTML

    Hi David, The jar file location seems to be correct. You could place the taglib jar in the root of the ear file and try once. Questions: 1. Is FusionCharts custom tag getting interpreted? 2. Can you please attach the html obtained from view source in the page? 3. Is the swf file being shown with some message? 4. If #3 is correct, then if you are using FusionCharts v3, then turn on the debugMode to get more info. Srividya
  3. Drop Down menu transparency

    Hi Deepak, Yes please do mail us the code. Srividya
  4. Short Tutorial on FC JSF Tag Library with Facelets and XHTML

    Hi David, Can you tell me your EAR structure and the placement of the JSF jar? Srividya
  5. How to make the legend keys align left?

    Rajroop is still around in the department. He is missing you all too. Based on the demand we are seeing for Rajroop from you and other users, I think we will ask him to be an "active participant" in the forums again. Votes please...
  6. Integrate FusionCharts in Swing Application

    Hi If you have downloaded the FusionCharts package, you would find the swf files in it. Please copy those swf files into the Charts folder. The xml files are present in my previous post [ http://www.fusioncharts.com/forum/FindPost19402.aspx ] . Please place them in Data folder. Hope this helps. Please try this out, if it does not work, I will see in what way I can help. Srividya
  7. Js Print

    Hi In the src attribute, src='<% HttpContext.Current.Response.Write(VariablesGlobales.URLWeb) %>graficas/FusionCharts.js'> what is the path generated? can you please verify if the path generated is correct? Srividya
  8. useRoundEdges breaks Save as Image

    Hi For the benefit of all, could you please specify the exact setting that you changed? Srividya
  9. Hi Antony Beula, Please try using j- format for drill-down instead of java script: format. It might solve this issue.
  10. Short Tutorial on FC JSF Tag Library with Facelets and XHTML

    You are welcome. Srividya Keep asking and keep getting more out of FusionCharts every day
  11. Hi Antony Beula, Theoretically, this is what you would do: Store the user information in the session. ( I assume you are already doing this ) With the ajax request, on the server, do not update the user session variable. Before processing the ajax request, check if the session is still valid. If not, redirect to login page. I hope I have said something useful. Srividya
  12. Movie not loaded( New to the fusionchart)

    Hi Pankaj, You are welcome. Since the jsp is inside WEB-INF/jsp/spendcache, using "./FusionCharts/Pie3D.swf" indicates that the Pie3D.swf file is present in the same directory as the jsp file which is WEB-INF/jsp/spendcache. When you use "FusionCharts/Pie3D.swf", it takes the path from the root, which would be "C:ProjectsLMWebContent". Srividya
  13. Fusion Charts intergration with JSF

    Hi nico, Please see http://www.fusioncharts.com/forum/Topic22918-33-1.aspx Hope this helps. Srividya
  14. Movie not loaded( New to the fusionchart)

    Hi Pankaj, I think the path to the .swf file is incorrect. Please try specifying - FusionCharts/Pie3D.swf Hope this helps. Srividya
  15. Fusion Charts intergration with JSF

    the only problem is the custom tag is not being interpreted. which means the tag library jar or class files are not found. can you once try to put the jar file in classpath instead of using the java class files.
  16. Fusion Charts intergration with JSF

    Hi Devika, I am not sure about this... but could you try using html xmlns instead of ui:composition in the xhtml once. Srividya
  17. Fusion Charts intergration with JSF

    Hi Devika, I am unable to spot any mistake in the files that you have sent. Could you give me the html obtained from view source in the browser ? Also, any exceptions in the console/log file? Srividya
  18. Fusion Charts intergration with JSF

    Hi Devika, Looks like the fs:renderHTML tag is not being recognized. Have you placed the required .tld file in META-INF folder? Can you give me a screenshot of the FusionCharts specific files in your .ear? Srividya
  19. Fusion Charts intergration with JSF

    Hi Devika, Value to the filename parameter in fs:renderHTML seems to be incorrect --> FusionCharts.Column3D.swf Please verify this. Srividya
  20. FusionCharts JSF-All Tag Libraries & Samples

    Hi everybody, Please find the latest JSF 1.2 jar at http://www.fusioncharts.com/forum/FindPost17718.aspx Version of the jar: 1.4.1 A minor fix related to wMode in Firefox was made in this version. Srividya
  21. Fusion Charts intergration with JSF

    Hi Devika, Can you attach the code of your jsp/ jsf page? Srividya
  22. Fusion Charts intergration with JSF

    Hi Devika, Can you please tell me the steps that you have followed and the error/problem that you are facing. Also, tell me the versions of a. tag library b. java c. FusionCharts that you are using Thanks Srividya
  23. Transparancy Issue - IE 7 - Ruby on Rails

    Hi Piyush, Here I am, finally, with the code that might help you out. Please find attached the Library files for FusionCharts RoR Application. Replace these files in lib folder of your application. This version of the files allows for wMode as parameter. Here is how you would use it: render_chart with wMode parameter: render_chart "/FusionCharts/Column3D.swf", "/Data/Data.xml", "", "myFirst", 600, 300, true, false, "transparent" do-%> render_chart_html with wMode parameter: render_chart_html '/FusionCharts/Column3D.swf', '/Data/Data.xml', '', 'myFirstHTML', 600, 300, true, "transparent" do-%> Also, wMode expects "transparent" or "opaque" . ( "window" is the default value ) Please tell me if there are any issues. Srividya FusionChartsRoRLibraryWithWMode.zip
  24. Transparancy Issue - IE 7 - Ruby on Rails

    Hi Piyush, The render_chart function, currently does not support the transparency property. I would need to take a look at it and will get back to you in a day or two. Srividya
  25. Export charts to image/PDF

    Hi Please verify the following for FusionCharts JSP export handler: 1. exportEnabled ='1' and exportAtClient='0' 2. In xml, exportHandler attribute has the correct relative path/absolute http path to the FCExporter.jsp file. 3. In WEB-INF/classes/fusioncharts_export.properties the values for the following are correct: a. EXPORTHANDLER=FCExporter_ Do not modify this value b. RESOURCEPATH=Resources/ Relative path to the folder containing FCExporter_IMG.jsp and FCExporter_PDF.jsp files. c. SAVEPATH=./images/ Path on the server where images/pdf files need to be saved. This folder should have write permissions. Next, Tips N Tricks for using the JSP server side export handler: 1. First, try with exportAction='download' . If it works, then you can try the 'save' mode. 2. Turn on the debugMode of the chart. The messages shown there are useful. 3. If possible, use the javascript callback function FC_Exported for more information. 4. Either the .class files or the jar file - only ONE of them has to be present in the classpath. Hope this helps! Srividya