RobertHook

Members
  • Content count

    6
  • Joined

  • Last visited

Everything posted by RobertHook

  1. Fusion Charts intergration with JSF

    Ok, I'll grab that jar out of the relevant application server and see how we go. In *theory* I should be able to get a 1.2 version going myself, based on the code you've supplied, and I'll report in a couple of days how I have gone. I hope that the final result of my tinkering is a complete NB6.5 project that I can put back to this forum.
  2. Fusion Charts intergration with JSF

    Not much luck I'm afraid. I'm using Netbeans 6.5, and so created a new project, told it to use the JSF1.2 libraries (the only option available), but two problems then arise. First, javax.servlet.jsp.JspException and javax.servlet.jsp.tagext.BodyContent aren't found in the JSF1.2 libraries - can you suggest where these come from, or rather where you are getting them from. Secondly, in the 1.2 libraries, javax.faces.webapp.UIComponentBodyTag and javax.faces.el.ValueBinding are deprecated, and at compile time the compiler is saying that it cannot find appropriate symbols to resolve them. All of which suggests that maybe I need a 1.0 or 1.1 JSF library, which makes me a bit worried about deploying in a JSF1.2 environment. Your advice, suggestion and thoughts are (rather urgently) desired.
  3. Fusion Charts intergration with JSF

    Thank you for that, I will download and build and test, and advise how it's gone.
  4. Fusion Charts intergration with JSF

    *bump* I have downloaded the tag library from http://www.fusioncharts.com/forum/FindPost10442.aspx, but there is an issue with it. The source code in the same forum thread, posted earlier, is not for that tag library JAR - is the source code for the posted JAR available, or do i need to reinvent it... Yes, it's definitely the library from this post, or to be precise, the library zip that's linked further down in the post, after the author made changes.
  5. Fusion Charts intergration with JSF

    Yes, it's definitely the library from this post, or to be precise, the library zip that's linked further down in the post, after the author made changes.
  6. Fusion Charts intergration with JSF

    ok, this message is now going to be more terse and cranky than I intended, since I just spent a lot of time typing it in and the forum barfed :-( Is the source code for the fusionchartstaglib.jar attached to the forum above available? There is an error related to the "backing bean" method. I have got to the point of successfully embedding charts in JSF pages generated by the Netbeans 6.5 Visual Web JSF editor, with pages something like this: code in attachment... The backing bean Page1 is trivial, with chartData just returning the Data.XML shown in the example. The problem is that the JSF tag is being emitted onto the generated page, as follows: code in attachment which means that the generated Script is invalid and the chart does not render to the page. Using has a similar problem - the chart renders but the "#{Page1.chartData}" string is also painted into the page. It appears to me like some debug code got left in... Addendum: SON OF A )(*&@#$! the code would not display in this forum. Code is in attachment problem.txt