Re: [Trinidad] chart.svg Not well-formed?

2007-06-26 Thread William Keicher
I'm not sure if that's the best solution to the issue. If you look at org.apache.myfaces.trinidadinternal.renderkit.core.desktop.ChartRenderer you'll see the different code paths you take by playing with the templateSource attribute: protected String getTemplateSource(FacesBean bean) { Objec

Re: [Trinidad] chart.svg Not well-formed?

2007-06-26 Thread Wesley Hales
When in doubt, read the domentation... templateSource="chart.svg" Just add that as an attribute and point it to a working svg On 6/26/07, Wesley Hales <[EMAIL PROTECTED]> wrote: I just discovered that this only happens when I use the gradients option... If I uncheck the box, the chart display

Re: [Trinidad] chart.svg Not well-formed?

2007-06-26 Thread Wesley Hales
I just discovered that this only happens when I use the gradients option... If I uncheck the box, the chart displays fine. I'm still troubleshooting it On 6/26/07, William Keicher <[EMAIL PROTECTED]> wrote: Unfortunately I never found out what the bug was...I speculated that there was junk left

Re: [Trinidad] chart.svg Not well-formed?

2007-06-26 Thread William Keicher
Unfortunately I never found out what the bug was...I speculated that there was junk leftover in a response buffer coming from the server. It is suspicious though that this problem reproduced in two different environments... In lieu of a better answer, you may want to try downgrading your tomcat

Re: [Trinidad] chart.svg Not well-formed?

2007-06-26 Thread Wesley Hales
Awesome, thanks... So I am on Tomcat 6.0.13 (which is the latest) - Any ideas on what the problem actually was? I don't think I have a choice to go any higher. On 6/26/07, William Keicher <[EMAIL PROTECTED]> wrote: Hi Wesley, I saw the same exact problem when I used an older version of Sun Jav

Re: [Trinidad] chart.svg Not well-formed?

2007-06-26 Thread William Keicher
Hi Wesley, I saw the same exact problem when I used an older version of Sun Java Application Server/Glassfish. The problem disappeared when I upgraded the appserver to a more recent version. Hope that helps, Bill On 6/26/07, Wesley Hales <[EMAIL PROTECTED]> wrote: I copied the chart demo cod

[Trinidad] chart.svg Not well-formed?

2007-06-26 Thread Wesley Hales
I copied the chart demo code from the trinidad-demo in the Apache subversion repo to my current Seam 1.3 cvs app. Everything works and renders fine, but the charts don't actually show up. All the adf resources and javascript data are showing up correctly on the app server also. So I tried to open