jeffery.k

Members
  • Content count

    2
  • Joined

  • Last visited

Everything posted by jeffery.k

  1. Fusioncharts With Jsf 2.0

    Has this changed yet? Is there a JSF2 compatible Tag library for fusion charts??
  2. We have an app, running inside a jboss application server, with jsp pages serving up the UI. We're accessing EJB beans to get things like the xmldata, flash filename etc, and rendering the chart with the fcRender tag. When we view these pages on mobile devices like ipad, iPhone, they render in html using the fusioncharts javascript backup. Based on documentation on the website, the debug for java script is different than the debugMode tag. There are examples given for enabling Javascript debug, if you render the chart directly with javascript, but how do we enable javascript debugging if we us the fcRender tag: Here's our fcRender statement: <fc:render chartId="#{sectionIndex}#{chartIndex}" windowMode="opaque" filename="#{chart.shockWaveFileName}" width="300" height="200" debugMode="false" xml="#{chart.xmlData}"/> Here's the page describing how to enable debug if you render directly with javascript: http://kb.fusioncharts.com/questions/438/How+do+I+debug+my+charts+using+JavaScript%3F We tried using those lines, but the web console just says undefined variable FusionCharts